mirror of https://gitee.com/stylefeng/roses
【portal】更新获取组织列表接口,职务信息的响应
parent
dee573b7e0
commit
7dc13e3ba9
|
@ -24,8 +24,6 @@
|
|||
*/
|
||||
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 java.math.BigDecimal;
|
||||
|
@ -94,4 +92,9 @@ public class HrOrganizationDTO {
|
|||
*/
|
||||
private String delFlag;
|
||||
|
||||
/**
|
||||
* 职务名称
|
||||
*/
|
||||
private String positionName;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue