fix: 获取部门表单详情未返回id问题修复
This commit is contained in:
@@ -11,6 +11,9 @@ import javax.validation.constraints.NotNull;
|
||||
@Data
|
||||
public class DeptForm extends BaseEntity {
|
||||
|
||||
@ApiModelProperty("部门ID(新增不填)")
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty("部门名称")
|
||||
private String name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user