@uniorganization/uni-lib 4.0.23 → 4.0.24
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Point } from 'geojson';
|
|
2
2
|
import { Users } from './usr.entity';
|
|
3
3
|
import { ServiceCenterPhoneEntity } from './service-center-phone.entity';
|
|
4
|
-
import { ServiceCenterStatus } from '
|
|
4
|
+
import { ServiceCenterStatus } from '../enums/service-center-status.enum';
|
|
5
5
|
export declare class ServiceCenterEntity {
|
|
6
6
|
id: number;
|
|
7
7
|
servicerAccount: string;
|
|
@@ -13,7 +13,7 @@ exports.ServiceCenterEntity = void 0;
|
|
|
13
13
|
const typeorm_1 = require("typeorm");
|
|
14
14
|
const usr_entity_1 = require("./usr.entity");
|
|
15
15
|
const service_center_phone_entity_1 = require("./service-center-phone.entity");
|
|
16
|
-
const service_center_status_enum_1 = require("
|
|
16
|
+
const service_center_status_enum_1 = require("../enums/service-center-status.enum");
|
|
17
17
|
let ServiceCenterEntity = class ServiceCenterEntity {
|
|
18
18
|
};
|
|
19
19
|
exports.ServiceCenterEntity = ServiceCenterEntity;
|