1
chenye
2023-07-11 f975b6d0832b447654aaf2372ce72f71ebb7f095
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/domain/dto/MgtEditShopDto.java
@@ -29,6 +29,10 @@
    @NotNull(message = "商户类型不能为空")
    private Integer shopType;
    @ApiModelProperty("商户编号")
    @NotNull(message = "商户编号不能为空")
    private String shopNumber;
    @ApiModelProperty("营业开始时间")
    private String businessStartTime;