xin
2025-07-02 84277cefdc270f88cd9f2ece3419a428495c7cf2
oying-system/src/main/java/com/oying/modules/sh/domain/Order.java
@@ -41,6 +41,14 @@
    private Long storeId;
    @NotBlank
    @ApiModelProperty(value = "门店名称")
    private String storeName;
    @NotBlank
    @ApiModelProperty(value = "门店LOGO")
    private String storeLogo;
    @NotBlank
    @ApiModelProperty(value = "描述")
    private String orderDescribe;