登录 权限 放行 功能整理
This commit is contained in:
@@ -26,7 +26,7 @@ public class JYSB {
|
||||
|
||||
/** 停用 */
|
||||
@TableField("停用")
|
||||
private Boolean ty;
|
||||
private Integer ty;
|
||||
|
||||
/** 停用时间 */
|
||||
@TableField("停用时间")
|
||||
@@ -42,7 +42,7 @@ public class JYSB {
|
||||
|
||||
/** 虚实类型 */
|
||||
@TableField("虚实类型")
|
||||
private Boolean xslx;
|
||||
private Integer xslx;
|
||||
|
||||
/** 简称 */
|
||||
@TableField("简称")
|
||||
@@ -50,6 +50,6 @@ public class JYSB {
|
||||
|
||||
/** 机关性质 */
|
||||
@TableField("机关性质")
|
||||
private Boolean jgxz;
|
||||
private Integer jgxz;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user