xin
2025-08-08 2d8e441ac17655f27cdd6e9ba46fa464f907eea9
oying-system/src/main/java/com/oying/modules/sh/domain/Order.java
@@ -60,6 +60,10 @@
    private String orderTime;
    @NotNull
    @ApiModelProperty(value = "打包费")
    private BigDecimal packagingPrice;
    @NotNull
    @ApiModelProperty(value = "配送费")
    private BigDecimal sendPrice;
@@ -97,6 +101,18 @@
    private String storeLogo;
    @NotBlank
    @ApiModelProperty(value = "门店详细地址")
    private String storeAddress;
    @NotNull
    @ApiModelProperty(value = "门店经度")
    private BigDecimal storeLongitude;
    @NotNull
    @ApiModelProperty(value = "门店纬度")
    private BigDecimal storeLatitude;
    @NotBlank
    @ApiModelProperty(value = "描述")
    private String orderDescribe;