zxl
2025-03-11 a962c4f2118253ff5efebfa8d32b7e2337ca4c0d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 {
}