wuxw
2022-11-09 c1f18289bb2afb747e4761063d227b3bbdcb6e75
java110-bean/src/main/java/com/java110/dto/resourceStoreTimes/ResourceStoreTimesDto.java
@@ -16,12 +16,13 @@
public class ResourceStoreTimesDto extends PageDto implements Serializable {
    private String price;
    private String totalPrice;
    private String applyOrderId;
    private String storeId;
    private String stock;
    private String hasStock;
    private String resId;
    private String resCode;
    private String timesId;
@@ -62,12 +63,12 @@
        this.stock = stock;
    }
    public String getResId() {
        return resId;
    public String getResCode() {
        return resCode;
    }
    public void setResId(String resId) {
        this.resId = resId;
    public void setResCode(String resCode) {
        this.resCode = resCode;
    }
    public String getTimesId() {
@@ -102,4 +103,12 @@
    public void setHasStock(String hasStock) {
        this.hasStock = hasStock;
    }
    public String getTotalPrice() {
        return totalPrice;
    }
    public void setTotalPrice(String totalPrice) {
        this.totalPrice = totalPrice;
    }
}