价格使用规则

This commit is contained in:
2025-09-26 15:02:45 +08:00
parent 59a779b5b8
commit 9c44754b58
2 changed files with 7 additions and 1 deletions

View File

@@ -158,5 +158,10 @@ public class UserCouponVO implements Serializable {
private Integer discountNum;
/**
* 使用规则
*/
private String useRule;
}