mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
购买记录无用字段移除
This commit is contained in:
-15
@@ -65,11 +65,6 @@ public class PurchaseRecordDO extends BaseDO {
|
||||
*/
|
||||
private String productName;
|
||||
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
private String orderNo;
|
||||
|
||||
/**
|
||||
* 购买时长
|
||||
*/
|
||||
@@ -80,16 +75,6 @@ public class PurchaseRecordDO extends BaseDO {
|
||||
*/
|
||||
private Integer purchaseDurationUnit;
|
||||
|
||||
/**
|
||||
* 赠送时长
|
||||
*/
|
||||
private Integer giftDuration;
|
||||
|
||||
/**
|
||||
* 赠送时间单位
|
||||
*/
|
||||
private Integer giftDurationUnit;
|
||||
|
||||
|
||||
/**
|
||||
* 产品开始时间
|
||||
|
||||
Reference in New Issue
Block a user