Commit 2db71db4 authored by libin's avatar libin

isQuit遗漏

parent a799b79f
...@@ -52,4 +52,7 @@ public class AppUserPositionTempVo { ...@@ -52,4 +52,7 @@ public class AppUserPositionTempVo {
@ApiModelProperty(value = "分公司名称") @ApiModelProperty(value = "分公司名称")
private String companyName; private String companyName;
@ApiModelProperty(value = "员工职位状态 0:在职 1:离职")
private Integer isQuit;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment