xin
2025-06-24 0ebe0753ad6fc1086e9ec35e45a48cf8915b589d
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;