店铺添加增加注册类型

This commit is contained in:
张松
2025-02-25 15:15:29 +08:00
parent 65d5936980
commit 5fca885b13

View File

@@ -37,4 +37,10 @@ public class ShopInfoAddDTO {
private Long roleId = 1L;
private String address;
private String phone;
/**
* 店铺注册类型
* 先付 before
* 后付 after
*/
private String registerType;
}