|
@@ -47,7 +47,7 @@ public class SysDept extends TreeEntity<SysDept> {
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value = "显示顺序")
|
|
@ApiModelProperty(value = "显示顺序")
|
|
@NotNull(message = "显示顺序不能为空")
|
|
@NotNull(message = "显示顺序不能为空")
|
|
- private Long orderNum;
|
|
|
|
|
|
+ private Integer orderNum;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 负责人
|
|
* 负责人
|