luodangjia
2024-04-16 0a23c31baef81d149563da16486f3f7d8d9f33e8
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 = "预约类型")