Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松
2025-09-11 17:28:06 +08:00
3 changed files with 8 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ public class ShopCouponDTO implements Serializable {
private String title;
/**
* 可用门店类型all-所有门店custom-指定门店
* 可用门店类型:only-仅本店;all-所有门店custom-指定门店
*/
private String useShopType;

View File

@@ -59,7 +59,7 @@ public class ShopCoupon implements Serializable {
private String title;
/**
* 可用门店类型all-所有门店custom-指定门店
* 可用门店类型:only-仅本店;all-所有门店custom-指定门店
*/
private String useShopType;