mirror of https://gitee.com/stylefeng/roses
【7.2.2】组织机构增加一个字段
parent
3e9e35d311
commit
020899e465
|
@ -102,6 +102,12 @@ public class HrOrganizationRequest extends BaseRequest {
|
|||
@ChineseDescription("状态:1-启用,2-禁用")
|
||||
private Integer statusFlag;
|
||||
|
||||
/**
|
||||
* 组织机构类型:1-公司,2-部门
|
||||
*/
|
||||
@ChineseDescription("组织机构类型:1-公司,2-部门")
|
||||
private Integer orgType;
|
||||
|
||||
/**
|
||||
* 描述
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue