bug
luohairen
2024-12-10 062b1245a57d4e8a1e04a62efbc7d872e36eb073
business/src/main/java/com/ycl/domain/query/PlanQuery.java
@@ -13,5 +13,11 @@
@Data
@ApiModel(value = "Plan查询参数", description = "项目计划表查询参数")
public class PlanQuery extends AbsQuery {
    private String projectName;
    private String projectCode;
    private Integer reportStatus;
    private Integer yearStatus;
    private Integer seasonStatus;
    private Integer monthStatus;
}