trade:积分相关的价格计算

This commit is contained in:
YunaiV
2023-09-26 20:11:54 +08:00
parent a8c78f3097
commit ad535e674f
11 changed files with 39 additions and 19 deletions

View File

@ -110,11 +110,6 @@ public class ProductSpuRespDTO {
// ========== 物流相关字段 =========
/**
* 赠送积分
*/
private Integer giveIntegral;
/**
* 物流配置模板编号
*
@ -122,6 +117,13 @@ public class ProductSpuRespDTO {
*/
private Long deliveryTemplateId;
// ========== 营销相关字段 =========
/**
* 赠送积分
*/
private Integer giveIntegral;
// ========== 统计相关字段 =========
/**