购买记录无用字段移除

This commit is contained in:
gaoqr
2025-10-22 10:33:53 +08:00
parent f58daf900b
commit 4fdb611fae
@@ -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;
/** /**
* 产品开始时间 * 产品开始时间