Commit c3fae662 authored by zuoyh's avatar zuoyh

Merge branch 'feature-emploee-upd' into dev

parents 3dbdf86c bb6e2287
...@@ -53,5 +53,5 @@ public class AppUserPositionTempVo { ...@@ -53,5 +53,5 @@ public class AppUserPositionTempVo {
private String companyName; private String companyName;
@ApiModelProperty(value = "员工职位状态 0:在职 1:离职") @ApiModelProperty(value = "员工职位状态 0:在职 1:离职")
private Integer idQuit; 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