luohairen
2024-12-31 0c35c75ada3bb2a0a4d2843d20445af524f0e357
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 = "ProgressPlan查询参数", description = "项目计划进度查询参数")
public class ProgressPlanQuery extends AbsQuery {
}