mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 04:52:09 +08:00
mgt chart fix
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
package org.maxkey.entity.apps;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Arrays;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
||||
@@ -599,8 +598,6 @@ public class Apps extends JpaBaseEntity implements Serializable {
|
||||
builder.append(protocol);
|
||||
builder.append(", secret=");
|
||||
builder.append(secret);
|
||||
builder.append(", icon=");
|
||||
builder.append(Arrays.toString(icon));
|
||||
builder.append(", iconFile=");
|
||||
builder.append(iconFile);
|
||||
builder.append(", visible=");
|
||||
|
||||
Reference in New Issue
Block a user