zy-react-library 1.2.13 → 1.2.14

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.
@@ -23,6 +23,9 @@ export interface ExtraParams {
23
23
  eqEmploymentFlag?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 10;
24
24
  /** 是否流动人员 1-流动,0-固定人员 */
25
25
  flowFlag?: 1 | 0;
26
+ /** 是否在人资系统中存在 1-是,0-否 */
27
+ rzFlag?: 1 | 0;
28
+ [key: string]: any;
26
29
  }
27
30
 
28
31
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.2.13",
4
+ "version": "1.2.14",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",