ShopMerchant缓存

This commit is contained in:
2025-03-12 10:38:50 +08:00
parent 7de83f5dc9
commit 8aa5e98317
5 changed files with 36 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ import lombok.Data;
*/
@Data
public class ShopMerchantEditDTO {
private Long shopId;
@NotEmpty(message = "支付系统商户id不为空")
private String storeId;
@NotEmpty(message = "支付系统商户名称不为空")