| @@ -46,26 +46,26 @@ public class WxBUserMerchant implements Serializable { | |||
| private String tenantId; | |||
| /*B端用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="B端用户id",name="bUserId") | |||
| private Integer bUserId; | |||
| private Long bUserId; | |||
| /*商户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商户id",name="merchantId") | |||
| private Integer merchantId; | |||
| private Long merchantId; | |||
| public String getTenantId() { | |||
| return tenantId; | |||
| } | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getBUserId() { | |||
| public Long getBUserId() { | |||
| return bUserId; | |||
| } | |||
| public void setBUserId(Integer _bUserId) { | |||
| public void setBUserId(Long _bUserId) { | |||
| bUserId = _bUserId; | |||
| } | |||
| public Integer getMerchantId() { | |||
| public Long getMerchantId() { | |||
| return merchantId; | |||
| } | |||
| public void setMerchantId(Integer _merchantId) { | |||
| public void setMerchantId(Long _merchantId) { | |||
| merchantId = _merchantId; | |||
| } | |||
| @@ -46,7 +46,7 @@ public class WxCUserCars implements Serializable { | |||
| private String tenantId; | |||
| /*c端用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="c端用户id",name="cUserId") | |||
| private Integer cUserId; | |||
| private Long cUserId; | |||
| /*车牌号**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="车牌号",name="carNumber") | |||
| private String carNumber; | |||
| @@ -56,10 +56,10 @@ public class WxCUserCars implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCUserId() { | |||
| public Long getCUserId() { | |||
| return cUserId; | |||
| } | |||
| public void setCUserId(Integer _cUserId) { | |||
| public void setCUserId(Long _cUserId) { | |||
| cUserId = _cUserId; | |||
| } | |||
| public String getCarNumber() { | |||
| @@ -46,7 +46,7 @@ public class WxCUserCloud implements Serializable { | |||
| private String tenantId; | |||
| /*c端用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="c端用户id",name="cUserId") | |||
| private Integer cUserId; | |||
| private Long cUserId; | |||
| /*大数据相关信息**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="大数据相关信息",name="cloudData") | |||
| private String cloudData; | |||
| @@ -56,10 +56,10 @@ public class WxCUserCloud implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCUserId() { | |||
| public Long getCUserId() { | |||
| return cUserId; | |||
| } | |||
| public void setCUserId(Integer _cUserId) { | |||
| public void setCUserId(Long _cUserId) { | |||
| cUserId = _cUserId; | |||
| } | |||
| public String getCloudData() { | |||
| @@ -46,7 +46,7 @@ public class WxCUserEtcpToken implements Serializable { | |||
| private String tenantId; | |||
| /*c端用户ID**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="c端用户ID",name="cUserId") | |||
| private Integer cUserId; | |||
| private Long cUserId; | |||
| /*etcp token**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="etcp token",name="etcpToken") | |||
| private String etcpToken; | |||
| @@ -62,10 +62,10 @@ public class WxCUserEtcpToken implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCUserId() { | |||
| public Long getCUserId() { | |||
| return cUserId; | |||
| } | |||
| public void setCUserId(Integer _cUserId) { | |||
| public void setCUserId(Long _cUserId) { | |||
| cUserId = _cUserId; | |||
| } | |||
| public String getEtcpToken() { | |||
| @@ -46,7 +46,7 @@ public class WxCUserTags implements Serializable { | |||
| private String tenantId; | |||
| /*c端用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="c端用户id",name="userId") | |||
| private Integer userId; | |||
| private Long userId; | |||
| /***/ | |||
| @io.swagger.annotations.ApiModelProperty(value="",name="tags") | |||
| private String tags; | |||
| @@ -56,10 +56,10 @@ public class WxCUserTags implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getUserId() { | |||
| public Long getUserId() { | |||
| return userId; | |||
| } | |||
| public void setUserId(Integer _userId) { | |||
| public void setUserId(Long _userId) { | |||
| userId = _userId; | |||
| } | |||
| public String getTags() { | |||
| @@ -46,10 +46,10 @@ public class WxCoupon implements Serializable { | |||
| private String tenantId; | |||
| /*卡券活动id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="卡券活动id",name="activityId") | |||
| private Integer activityId; | |||
| private Long activityId; | |||
| /*商户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商户id",name="merchantId") | |||
| private Integer merchantId; | |||
| private Long merchantId; | |||
| /*券类型**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="券类型",name="type") | |||
| private Integer type; | |||
| @@ -92,16 +92,16 @@ public class WxCoupon implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getActivityId() { | |||
| public Long getActivityId() { | |||
| return activityId; | |||
| } | |||
| public void setActivityId(Integer _activityId) { | |||
| public void setActivityId(Long _activityId) { | |||
| activityId = _activityId; | |||
| } | |||
| public Integer getMerchantId() { | |||
| public Long getMerchantId() { | |||
| return merchantId; | |||
| } | |||
| public void setMerchantId(Integer _merchantId) { | |||
| public void setMerchantId(Long _merchantId) { | |||
| merchantId = _merchantId; | |||
| } | |||
| public Integer getType() { | |||
| @@ -46,10 +46,10 @@ public class WxCouponActionLog implements Serializable { | |||
| private String tenantId; | |||
| /*coupon id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="coupon id",name="couponId") | |||
| private Integer couponId; | |||
| private Long couponId; | |||
| /*用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="用户id",name="userId") | |||
| private Integer userId; | |||
| private Long userId; | |||
| /*优惠券操作(领取、支付,使用,核销等)**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="优惠券操作(领取、支付,使用,核销等)",name="action") | |||
| private String action; | |||
| @@ -62,16 +62,16 @@ public class WxCouponActionLog implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCouponId() { | |||
| public Long getCouponId() { | |||
| return couponId; | |||
| } | |||
| public void setCouponId(Integer _couponId) { | |||
| public void setCouponId(Long _couponId) { | |||
| couponId = _couponId; | |||
| } | |||
| public Integer getUserId() { | |||
| public Long getUserId() { | |||
| return userId; | |||
| } | |||
| public void setUserId(Integer _userId) { | |||
| public void setUserId(Long _userId) { | |||
| userId = _userId; | |||
| } | |||
| public String getAction() { | |||
| @@ -46,7 +46,7 @@ public class WxCouponActivity implements Serializable { | |||
| private String tenantId; | |||
| /*商户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商户id",name="merchantId") | |||
| private Integer merchantId; | |||
| private Long merchantId; | |||
| /*券类型(1.满减券,2.代金券,3.团购券,4.礼品券,5.停车券)**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="券类型(1.满减券,2.代金券,3.团购券,4.礼品券,5.停车券)",name="type") | |||
| private Integer type; | |||
| @@ -113,10 +113,10 @@ public class WxCouponActivity implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getMerchantId() { | |||
| public Long getMerchantId() { | |||
| return merchantId; | |||
| } | |||
| public void setMerchantId(Integer _merchantId) { | |||
| public void setMerchantId(Long _merchantId) { | |||
| merchantId = _merchantId; | |||
| } | |||
| public Integer getType() { | |||
| @@ -46,13 +46,13 @@ public class WxCouponRecord implements Serializable { | |||
| private String tenantId; | |||
| /*coupon id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="coupon id",name="couponId") | |||
| private Integer couponId; | |||
| private Long couponId; | |||
| /*订单id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="订单id",name="orderId") | |||
| private Integer orderId; | |||
| private Long orderId; | |||
| /*c端用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="c端用户id",name="cUserId") | |||
| private Integer cUserId; | |||
| private Long cUserId; | |||
| /*购买日期/领取日期**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="购买日期/领取日期",name="buyDate") | |||
| private Date buyDate; | |||
| @@ -64,7 +64,7 @@ public class WxCouponRecord implements Serializable { | |||
| private Integer cStatus; | |||
| /*b端用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="b端用户id",name="bUserId") | |||
| private Integer bUserId; | |||
| private Long bUserId; | |||
| /*核销日期**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="核销日期",name="verificationDate") | |||
| private Date verificationDate; | |||
| @@ -77,22 +77,22 @@ public class WxCouponRecord implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCouponId() { | |||
| public Long getCouponId() { | |||
| return couponId; | |||
| } | |||
| public void setCouponId(Integer _couponId) { | |||
| public void setCouponId(Long _couponId) { | |||
| couponId = _couponId; | |||
| } | |||
| public Integer getOrderId() { | |||
| public Long getOrderId() { | |||
| return orderId; | |||
| } | |||
| public void setOrderId(Integer _orderId) { | |||
| public void setOrderId(Long _orderId) { | |||
| orderId = _orderId; | |||
| } | |||
| public Integer getCUserId() { | |||
| public Long getCUserId() { | |||
| return cUserId; | |||
| } | |||
| public void setCUserId(Integer _cUserId) { | |||
| public void setCUserId(Long _cUserId) { | |||
| cUserId = _cUserId; | |||
| } | |||
| public Date getBuyDate() { | |||
| @@ -113,10 +113,10 @@ public class WxCouponRecord implements Serializable { | |||
| public void setCStatus(Integer _cStatus) { | |||
| cStatus = _cStatus; | |||
| } | |||
| public Integer getBUserId() { | |||
| public Long getBUserId() { | |||
| return bUserId; | |||
| } | |||
| public void setBUserId(Integer _bUserId) { | |||
| public void setBUserId(Long _bUserId) { | |||
| bUserId = _bUserId; | |||
| } | |||
| public Date getVerificationDate() { | |||
| @@ -46,7 +46,7 @@ public class WxEtcpCouponRecord implements Serializable { | |||
| private String tenantId; | |||
| /*coupon id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="coupon id",name="couponId") | |||
| private Integer couponId; | |||
| private Long couponId; | |||
| /*车牌号**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="车牌号",name="carNumber") | |||
| private String carNumber; | |||
| @@ -77,10 +77,10 @@ public class WxEtcpCouponRecord implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCouponId() { | |||
| public Long getCouponId() { | |||
| return couponId; | |||
| } | |||
| public void setCouponId(Integer _couponId) { | |||
| public void setCouponId(Long _couponId) { | |||
| couponId = _couponId; | |||
| } | |||
| public String getCarNumber() { | |||
| @@ -46,7 +46,7 @@ public class WxFlashSale implements Serializable { | |||
| private String tenantId; | |||
| /*优惠券活动ID**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="优惠券活动ID",name="activityId") | |||
| private Integer activityId; | |||
| private Long activityId; | |||
| /*创建时间**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="创建时间",name="createtime") | |||
| private Date createtime; | |||
| @@ -62,10 +62,10 @@ public class WxFlashSale implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getActivityId() { | |||
| public Long getActivityId() { | |||
| return activityId; | |||
| } | |||
| public void setActivityId(Integer _activityId) { | |||
| public void setActivityId(Long _activityId) { | |||
| activityId = _activityId; | |||
| } | |||
| public Date getCreatetime() { | |||
| @@ -46,7 +46,7 @@ public class WxMallBuilding implements Serializable { | |||
| private String tenantId; | |||
| /*商场id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商场id",name="mallId") | |||
| private Integer mallId; | |||
| private Long mallId; | |||
| /*楼座名**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="楼座名",name="name") | |||
| private String name; | |||
| @@ -59,10 +59,10 @@ public class WxMallBuilding implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getMallId() { | |||
| public Long getMallId() { | |||
| return mallId; | |||
| } | |||
| public void setMallId(Integer _mallId) { | |||
| public void setMallId(Long _mallId) { | |||
| mallId = _mallId; | |||
| } | |||
| public String getName() { | |||
| @@ -46,10 +46,10 @@ public class WxMallFloor implements Serializable { | |||
| private String tenantId; | |||
| /*商场id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商场id",name="mallId") | |||
| private Integer mallId; | |||
| private Long mallId; | |||
| /*楼座id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="楼座id",name="buildingId") | |||
| private Integer buildingId; | |||
| private Long buildingId; | |||
| /*楼层名**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="楼层名",name="floorName") | |||
| private String floorName; | |||
| @@ -59,16 +59,16 @@ public class WxMallFloor implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getMallId() { | |||
| public Long getMallId() { | |||
| return mallId; | |||
| } | |||
| public void setMallId(Integer _mallId) { | |||
| public void setMallId(Long _mallId) { | |||
| mallId = _mallId; | |||
| } | |||
| public Integer getBuildingId() { | |||
| public Long getBuildingId() { | |||
| return buildingId; | |||
| } | |||
| public void setBuildingId(Integer _buildingId) { | |||
| public void setBuildingId(Long _buildingId) { | |||
| buildingId = _buildingId; | |||
| } | |||
| public String getFloorName() { | |||
| @@ -46,26 +46,26 @@ public class WxMerchantShop implements Serializable { | |||
| private String tenantId; | |||
| /*商户ID**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商户ID",name="merchantId") | |||
| private Integer merchantId; | |||
| private Long merchantId; | |||
| /*商铺ID**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商铺ID",name="shopId") | |||
| private Integer shopId; | |||
| private Long shopId; | |||
| public String getTenantId() { | |||
| return tenantId; | |||
| } | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getMerchantId() { | |||
| public Long getMerchantId() { | |||
| return merchantId; | |||
| } | |||
| public void setMerchantId(Integer _merchantId) { | |||
| public void setMerchantId(Long _merchantId) { | |||
| merchantId = _merchantId; | |||
| } | |||
| public Integer getShopId() { | |||
| public Long getShopId() { | |||
| return shopId; | |||
| } | |||
| public void setShopId(Integer _shopId) { | |||
| public void setShopId(Long _shopId) { | |||
| shopId = _shopId; | |||
| } | |||
| @@ -46,7 +46,7 @@ public class WxMerchantTradeDays implements Serializable { | |||
| private String tenantId; | |||
| /*商户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="商户id",name="merchantId") | |||
| private Integer merchantId; | |||
| private Long merchantId; | |||
| /*交易额**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="交易额",name="tradeAmt") | |||
| private BigDecimal tradeAmt; | |||
| @@ -59,10 +59,10 @@ public class WxMerchantTradeDays implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getMerchantId() { | |||
| public Long getMerchantId() { | |||
| return merchantId; | |||
| } | |||
| public void setMerchantId(Integer _merchantId) { | |||
| public void setMerchantId(Long _merchantId) { | |||
| merchantId = _merchantId; | |||
| } | |||
| public BigDecimal getTradeAmt() { | |||
| @@ -46,7 +46,7 @@ public class WxMsg implements Serializable { | |||
| private String tenantId; | |||
| /*模板id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="模板id",name="modelId") | |||
| private Integer modelId; | |||
| private Long modelId; | |||
| /*内容**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="内容",name="msg") | |||
| private String msg; | |||
| @@ -77,10 +77,10 @@ public class WxMsg implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getModelId() { | |||
| public Long getModelId() { | |||
| return modelId; | |||
| } | |||
| public void setModelId(Integer _modelId) { | |||
| public void setModelId(Long _modelId) { | |||
| modelId = _modelId; | |||
| } | |||
| public String getMsg() { | |||
| @@ -55,13 +55,13 @@ public class WxMsgConfig implements Serializable { | |||
| private String bid; | |||
| /*充值条数**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="充值条数",name="recharge") | |||
| private Integer recharge; | |||
| private Long recharge; | |||
| /*剩余条数**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="剩余条数",name="remains") | |||
| private Integer remains; | |||
| private Long remains; | |||
| /*短信总数**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="短信总数",name="total") | |||
| private Integer total; | |||
| private Long total; | |||
| /***/ | |||
| @io.swagger.annotations.ApiModelProperty(value="",name="account") | |||
| private String account; | |||
| @@ -70,7 +70,7 @@ public class WxMsgConfig implements Serializable { | |||
| private Integer reminderstatus; | |||
| /***/ | |||
| @io.swagger.annotations.ApiModelProperty(value="",name="reminder") | |||
| private Integer reminder; | |||
| private Long reminder; | |||
| /***/ | |||
| @io.swagger.annotations.ApiModelProperty(value="",name="phone") | |||
| private String phone; | |||
| @@ -98,22 +98,22 @@ public class WxMsgConfig implements Serializable { | |||
| public void setBid(String _bid) { | |||
| bid = _bid; | |||
| } | |||
| public Integer getRecharge() { | |||
| public Long getRecharge() { | |||
| return recharge; | |||
| } | |||
| public void setRecharge(Integer _recharge) { | |||
| public void setRecharge(Long _recharge) { | |||
| recharge = _recharge; | |||
| } | |||
| public Integer getRemains() { | |||
| public Long getRemains() { | |||
| return remains; | |||
| } | |||
| public void setRemains(Integer _remains) { | |||
| public void setRemains(Long _remains) { | |||
| remains = _remains; | |||
| } | |||
| public Integer getTotal() { | |||
| public Long getTotal() { | |||
| return total; | |||
| } | |||
| public void setTotal(Integer _total) { | |||
| public void setTotal(Long _total) { | |||
| total = _total; | |||
| } | |||
| public String getAccount() { | |||
| @@ -128,10 +128,10 @@ public class WxMsgConfig implements Serializable { | |||
| public void setReminderstatus(Integer _reminderstatus) { | |||
| reminderstatus = _reminderstatus; | |||
| } | |||
| public Integer getReminder() { | |||
| public Long getReminder() { | |||
| return reminder; | |||
| } | |||
| public void setReminder(Integer _reminder) { | |||
| public void setReminder(Long _reminder) { | |||
| reminder = _reminder; | |||
| } | |||
| public String getPhone() { | |||
| @@ -46,10 +46,10 @@ public class WxOrders implements Serializable { | |||
| private String tenantId; | |||
| /*卡券活动id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="卡券活动id",name="couponId") | |||
| private Integer couponId; | |||
| private Long couponId; | |||
| /*c端用户id**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="c端用户id",name="cUserId") | |||
| private Integer cUserId; | |||
| private Long cUserId; | |||
| /*支付金额**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="支付金额",name="payment") | |||
| private BigDecimal payment; | |||
| @@ -68,16 +68,16 @@ public class WxOrders implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCouponId() { | |||
| public Long getCouponId() { | |||
| return couponId; | |||
| } | |||
| public void setCouponId(Integer _couponId) { | |||
| public void setCouponId(Long _couponId) { | |||
| couponId = _couponId; | |||
| } | |||
| public Integer getCUserId() { | |||
| public Long getCUserId() { | |||
| return cUserId; | |||
| } | |||
| public void setCUserId(Integer _cUserId) { | |||
| public void setCUserId(Long _cUserId) { | |||
| cUserId = _cUserId; | |||
| } | |||
| public BigDecimal getPayment() { | |||
| @@ -46,7 +46,7 @@ public class WxScoreHistory implements Serializable { | |||
| private String tenantId; | |||
| /*会员ID**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="会员ID",name="cUserId") | |||
| private Integer cUserId; | |||
| private Long cUserId; | |||
| /*创建日期**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="创建日期",name="createDate") | |||
| private Date createDate; | |||
| @@ -55,7 +55,7 @@ public class WxScoreHistory implements Serializable { | |||
| private Date validDate; | |||
| /*单据号**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="单据号",name="orderId") | |||
| private Integer orderId; | |||
| private Long orderId; | |||
| /*支付方式**/ | |||
| @io.swagger.annotations.ApiModelProperty(value="支付方式",name="payType") | |||
| private Integer payType; | |||
| @@ -71,10 +71,10 @@ public class WxScoreHistory implements Serializable { | |||
| public void setTenantId(String _tenantId) { | |||
| tenantId = _tenantId; | |||
| } | |||
| public Integer getCUserId() { | |||
| public Long getCUserId() { | |||
| return cUserId; | |||
| } | |||
| public void setCUserId(Integer _cUserId) { | |||
| public void setCUserId(Long _cUserId) { | |||
| cUserId = _cUserId; | |||
| } | |||
| public Date getCreateDate() { | |||
| @@ -89,10 +89,10 @@ public class WxScoreHistory implements Serializable { | |||
| public void setValidDate(Date _validDate) { | |||
| validDate = _validDate; | |||
| } | |||
| public Integer getOrderId() { | |||
| public Long getOrderId() { | |||
| return orderId; | |||
| } | |||
| public void setOrderId(Integer _orderId) { | |||
| public void setOrderId(Long _orderId) { | |||
| orderId = _orderId; | |||
| } | |||
| public Integer getPayType() { | |||