1
luodangjia
2024-05-12 533558ecfbb188f43cbb151e5245abff1b1aa818
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 = "预约类型")