限时折扣 名称

This commit is contained in:
2025-10-22 14:42:56 +08:00
parent 9c3f4db39a
commit 9cb7244eaa
2 changed files with 11 additions and 0 deletions

View File

@@ -42,6 +42,12 @@ public class MkLimitTimeDiscountDTO implements Serializable {
*/
private Long shopId;
/**
* 标题
*/
private String title;
/**
* only-仅本店 all全部 /custom 指定
*/

View File

@@ -45,6 +45,11 @@ public class MkLimitTimeDiscount implements Serializable {
*/
private Long shopId;
/**
* 标题
*/
private String title;
/**
* only-仅本店 all全部 /custom 指定
*/