feat:系统建店审核后门店编码

This commit is contained in:
guohb
2024-04-23 18:22:44 +08:00
parent ea8fc0db0c
commit 3fb02f4bc1
2 changed files with 10 additions and 0 deletions

View File

@@ -19,4 +19,7 @@ public class AuditResultRequest {
@ApiModelProperty("通过/失败原因")
private String cause = "";
@ApiModelProperty("门店编码(系统建店时使用)")
private String storeNum;
}