Merge #103 into master from cc_20250415_fix

feat:标准店

* cc_20250415_fix: (2 commits squashed)

  - feat:认款取消校验

  - feat:标准店

Signed-off-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/103
This commit is contained in:
正新
2026-04-17 08:50:38 +00:00
parent fd1584f3e0
commit 7102127358
2 changed files with 25 additions and 0 deletions

View File

@@ -110,6 +110,21 @@ public class StoreMasterDTO {
@ApiModelProperty("是否统管")
private Integer unifiedManagement;
/**
* 铺位位置描述
*/
private String locationDescCode;
/**
* 是否是AI店
*/
private Integer useStandardStore;
/**
* 店型名称
*/
private String storeTypeName;
@Data
public static class SignerInfo {
@ApiModelProperty("签约人1姓名")