xuhy
3 天以前 653cb0ed3e7be231059480cee266b11f1c9ba11e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.system.vo.system;
 
import com.ruoyi.system.model.TProjectDept;
import com.ruoyi.system.model.TTemplate;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
@ApiModel(value = "任务模板列表分页VO")
public class TemplateListVO extends TTemplate {
 
 
}