xuhy
2025-07-10 accebe3bb63e1ee4a1cfd7cfcaae6407f87e8781
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 {
 
 
 
 
}