zhanghua
2023-03-02 eef671368e1b2e26c1f7f5dc12241b95e378e5c9
ycl-common/src/main/java/com/ycl/vo/depart/DepartVO.java
@@ -51,7 +51,7 @@
        @NotNull(message = "部门id不能为空")
        private Long id;
        @ApiModelProperty("停用状态,0->false,1->true,默认停用")
        private byte status;
        private Short status;
    }
    @ApiModel