xiangpei
2025-04-07 80662b34fe93b4ede00c7fc03fbd9f01355c94e2
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 {
}