fix 开业营运方案筹备人为null

This commit is contained in:
shuo.wang
2024-12-20 18:07:58 +08:00
parent 9e75be5034
commit 9d81c34ad4
2 changed files with 8 additions and 1 deletions

View File

@@ -35,5 +35,6 @@ public class PlanListRequest {
private String curUserId;
@ApiModelProperty(value = "管辖区域",hidden = true)
private List<String> authRegionIds;
@ApiModelProperty("阶段状态")
private Integer shopSubStageStatus;
}