限时折扣 名称
This commit is contained in:
@@ -42,6 +42,12 @@ public class MkLimitTimeDiscountDTO implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Long shopId;
|
private Long shopId;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 标题
|
||||||
|
*/
|
||||||
|
private String title;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* only-仅本店 all全部 /custom 指定
|
* only-仅本店 all全部 /custom 指定
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -45,6 +45,11 @@ public class MkLimitTimeDiscount implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Long shopId;
|
private Long shopId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 标题
|
||||||
|
*/
|
||||||
|
private String title;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* only-仅本店 all全部 /custom 指定
|
* only-仅本店 all全部 /custom 指定
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user