huanghongfa
2021-10-13 96ff2e6b0583775e54e8c9c36c8c9a1cbf690e3b
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/reserve/AddReserveAdminDTO.java
@@ -44,6 +44,6 @@
    private String jsonObject;
    @ApiModelProperty("是否发布(1.是 2.否)")
    private Integer isPublish;
    private Integer isPublish = 2;
}