luodangjia
2024-12-09 b044d9fbf64ebf7e7beae0b7c49e5f39c6ac620c
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java
@@ -38,9 +38,9 @@
    @TableField("pid")
    private Integer pid;
    @ApiModelProperty(value = "营业星期(1,2,3,4,5,6,7)")
    @ApiModelProperty(value = "营业星期:1-周一到周日 2-周一周五 3-仅周末")
    @TableField("business_date")
    private String businessDate;
    private Integer businessDate;
    @ApiModelProperty(value = "开始时间(HH:mm)")
    @TableField("start_time")