liujie
2025-06-03 c073330664d8b368eb820ee48fcd99226c70366f
springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/model/dto/UpdateStatusDeptDto.java
@@ -14,5 +14,5 @@
    @NotNull(message = "状态不能为空")
    private Integer status;
    @ApiModelProperty("备注")
    private String remark;
    private String reason;
}