|
@@ -25,4 +25,89 @@ export class Customer extends Page{
|
|
isAbbreviation?:string;
|
|
isAbbreviation?:string;
|
|
fdCustomerList?:[];
|
|
fdCustomerList?:[];
|
|
pkOrg?:string;
|
|
pkOrg?:string;
|
|
|
|
+
|
|
|
|
+ customerSourceDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ customerClassificationDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ baseCustomerIndustryId?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ baseSalesStatusId?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ customerAttribute?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ customerGroupingDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ businessRelationsDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ parentId?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ useStatusDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ sleepTypeDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ companyWebsite?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ companyEstablishDate?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ unitSizeDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ personnelSizeDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ registeredCapitalDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ annualTurnover?:number;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ customerRelationshipDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ valueLevelDictValue?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ salesmanId?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ salesmanName?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ billingUnitName?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ taxpayerIdentificationNumber?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ billingAddress?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ billingTelephone?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ billingBank?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ billingBankAccountNumber?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ developer?:string;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ developmentDate?:string;
|
|
}
|
|
}
|