This commit is contained in:
shuo.wang
2025-04-17 21:47:39 +08:00
parent 146d4b11cf
commit 9f71a676c5
2 changed files with 5 additions and 0 deletions

View File

@@ -200,4 +200,7 @@ public class BuildInformationResponse {
@ApiModelProperty(value = "点餐小程序店铺名称")
private String miniProgramsShopName;
@ApiModelProperty(value = "建店资料当前阶段状态")
private Integer shopSubStageStatus;
}