kts-component-invoice-operate 3.2.143 → 3.2.144
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.
|
@@ -4,11 +4,11 @@ export interface RealEstateInfoProps {
|
|
|
4
4
|
/**
|
|
5
5
|
* 不动产地址数据
|
|
6
6
|
*/
|
|
7
|
-
realEstateAddressOptions
|
|
7
|
+
realEstateAddressOptions?: any[];
|
|
8
8
|
/**
|
|
9
9
|
* 不动产地址数据字段名
|
|
10
10
|
*/
|
|
11
|
-
realEstateAddressFieldNames
|
|
11
|
+
realEstateAddressFieldNames?: any;
|
|
12
12
|
}
|
|
13
13
|
/** 特殊信息-不动产经营租赁服务 */
|
|
14
14
|
declare const _default: React.FunctionComponent<RealEstateInfoProps>;
|
package/package.json
CHANGED
|
@@ -12,12 +12,12 @@ export interface RealEstateInfoProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* 不动产地址数据
|
|
14
14
|
*/
|
|
15
|
-
realEstateAddressOptions
|
|
15
|
+
realEstateAddressOptions?: any[];
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* 不动产地址数据字段名
|
|
19
19
|
*/
|
|
20
|
-
realEstateAddressFieldNames
|
|
20
|
+
realEstateAddressFieldNames?: any;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
/** 特殊信息-不动产经营租赁服务 */
|