提交 64f2adb2 编写于 作者: M MaxKey

JsonFormat

上级 0ba5d185
...@@ -84,6 +84,7 @@ public class Apps extends JpaBaseEntity implements Serializable { ...@@ -84,6 +84,7 @@ public class Apps extends JpaBaseEntity implements Serializable {
String iconId; String iconId;
@Column @Column
@JsonFormat(shape = JsonFormat.Shape.STRING)
private int visible; private int visible;
//引导方式 IDP OR SP,default is IDP //引导方式 IDP OR SP,default is IDP
...@@ -135,6 +136,7 @@ public class Apps extends JpaBaseEntity implements Serializable { ...@@ -135,6 +136,7 @@ public class Apps extends JpaBaseEntity implements Serializable {
@Column @Column
private int isSignature; private int isSignature;
@Column @Column
@JsonFormat(shape = JsonFormat.Shape.STRING)
private int isAdapter; private int isAdapter;
@Column @Column
private String adapterId; private String adapterId;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册