无关风月
1 天以前 083c414ff683ab12e65069c6c0ba6871ed1ed09f
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.TKnowledge;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "部门新增编辑DTO")
public class DeptDTO extends TDept {
 
 
 
 
}