@bit-sun/business-component 2.3.10 → 2.3.11-alpha.2

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.
@@ -6,6 +6,10 @@ declare const shopFile2Type: {
6
6
  text: string;
7
7
  value: string;
8
8
  }[];
9
+ declare const shopFile2Status: {
10
+ text: string;
11
+ value: number;
12
+ }[];
9
13
  declare const arrivalPaySupportList: {
10
14
  text: string;
11
15
  value: number;
@@ -14,4 +18,8 @@ declare const sharingType: {
14
18
  text: string;
15
19
  value: string;
16
20
  }[];
17
- export { shopFileType, arrivalPaySupportList, sharingType, shopFile2Type };
21
+ declare const employeeType: {
22
+ text: string;
23
+ value: string;
24
+ }[];
25
+ export { shopFileType, arrivalPaySupportList, sharingType, shopFile2Type, shopFile2Status, employeeType };