zss
2023-08-22 9263a9be2c9c820c322dd734c4c18b0bcd05f91e
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;
}