无关风月
8 天以前 53d014edd19f57125c355abe71ec5b478500e610
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ruoyi.system.dto;
 
import com.ruoyi.system.model.TDept;
import com.ruoyi.system.model.TProjectDept;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "项目部新增编辑DTO")
public class ProjectDeptDTO extends TProjectDept {
 
 
 
 
}