package com.ycl.domain.query; import com.ycl.system.domain.base.AbsQuery; import io.swagger.annotations.ApiModel; import lombok.Data; /** * 进度上报内容查询 * * @author lhr * @since 2024-11-22 */ @Data @ApiModel(value = "ProjectPlanProgressReport查询参数", description = "进度上报内容查询参数") public class ProjectPlanProgressReportQuery extends AbsQuery { }