ShopMerchant缓存
This commit is contained in:
@@ -8,6 +8,7 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class ShopMerchantEditDTO {
|
||||
private Long shopId;
|
||||
@NotEmpty(message = "支付系统商户id不为空")
|
||||
private String storeId;
|
||||
@NotEmpty(message = "支付系统商户名称不为空")
|
||||
|
||||
Reference in New Issue
Block a user