zy-react-library 1.1.45 → 1.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,8 +19,10 @@ export interface Params {
19
19
  export interface ExtraParams {
20
20
  /** 返回值是否存在主账号,1 不返回主账号,默认有主账号 */
21
21
  noMain?: 1 | "";
22
- /** 入职状态 */
23
- eqEmploymentFlag?: number;
22
+ /** 入职状态 0-离职, 1-在职, 2-信息变更中, 3-未入职, 4-实习生, 5-实习结束, 6-退休, 7-劳务派遣, 8-劳务派遣结束, 11-入职待审核, 10-离职待审核 */
23
+ eqEmploymentFlag?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 10;
24
+ /** 是否流动人员 1-流动,0-固定人员 */
25
+ flowFlag?: 1 | 0;
24
26
  }
25
27
 
26
28
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.1.45",
4
+ "version": "1.1.46",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",