运营列表加字段阶段状态

This commit is contained in:
shuo.wang
2024-05-27 13:44:32 +08:00
parent 979efc7ac6
commit 91f21fa738
2 changed files with 12 additions and 4 deletions

View File

@@ -47,4 +47,7 @@ public class OpeningOperationPlanListVO {
@ApiModelProperty("审核结果,0待审核1通过2拒绝")
private Integer resultType;
@ApiModelProperty("阶段状态")
private Integer subStageStatus;
}