mirror of https://gitee.com/stylefeng/roses
组织机构DTO增加机构类型字段
parent
91c6157f8e
commit
1c4dc035cf
|
@ -24,6 +24,8 @@
|
||||||
*/
|
*/
|
||||||
package cn.stylefeng.roses.kernel.system.api.pojo.organization;
|
package cn.stylefeng.roses.kernel.system.api.pojo.organization;
|
||||||
|
|
||||||
|
import cn.stylefeng.roses.kernel.rule.annotation.ChineseDescription;
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableField;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
|
@ -72,6 +74,11 @@ public class HrOrganizationDTO {
|
||||||
*/
|
*/
|
||||||
private Integer statusFlag;
|
private Integer statusFlag;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 组织机构类型:1-公司,2-部门
|
||||||
|
*/
|
||||||
|
private Integer orgType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 组织机构描述
|
* 组织机构描述
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue