drone-service/drone-system/src/main/java/org/sxkj/system/param/DeptAddParam.java
@@ -19,6 +19,9 @@ @TableId(value = "id", type = IdType.ASSIGN_ID) private Long id; @ApiModelProperty(value = "机构编码") private String deptCode; /** * 租户ID */ @@ -74,10 +77,6 @@ @ApiModelProperty(value = "备注") private String remark; @ApiModelProperty(value = "组织id") private Integer bingId; /** * 是否已删除 */ @@ -93,4 +92,7 @@ @ApiModelProperty(value = "状态 0:禁用 1:启用") private Integer status; @ApiModelProperty(value = "系统编码 5:反无 6:工单") private String sysType; }