xiaoyong931011
2021-04-07 97d58f5d4f48d18ef82b02167e5be55fc7913d6d
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopOrder.java
@@ -140,7 +140,7 @@
    /**
     * 用户ID
     */
    private String userId;
    private Long userId;
    /**
     * 支付积分
     */
@@ -367,11 +367,11 @@
        this.commodityPrice = commodityPrice;
    }
    public String getUserId() {
    public Long getUserId() {
        return userId;
    }
    public void setUserId(String userId) {
    public void setUserId(Long userId) {
        this.userId = userId;
    }