zss
2023-08-29 6236d3f2ade69cfea844b1cfdd7622909dd42026
cnas-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/CnasAnnualPlanVo.java
@@ -14,4 +14,7 @@
    @ApiModelProperty(value = "月份")
    private Integer month;
    @ApiModelProperty(value = "审核状态,0:即将开始,1:完成,2:逾期")
    private Integer auditState;
}