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