luodangjia
2024-04-28 53d9ce668f7775b959f2d1be6f5caf30f43e5f29
common-buiness/src/main/java/cn/stylefeng/guns/modular/business/dto/MentalAppointmentPageDTO.java
@@ -14,8 +14,8 @@
    @ApiModelProperty(value = "预约ID")
    @ChineseDescription("预约ID")
    private Long id;
    @ApiModelProperty(value = "状态:0预约中,2服务中,3已完成,9已取消")
    @ChineseDescription("状态:0预约中,2服务中,3已完成,9已取消")
    @ApiModelProperty(value = "状态:1预约中,2服务中,3已完成,9已取消")
    @ChineseDescription("状态:1预约中,2服务中,3已完成,9已取消")
    private Integer statusFlag;
    @ApiModelProperty(value = "预约类型")