spartaxx.businessmodels 1.0.300 → 1.0.301
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/ClientInputForm.ts +5 -3
- package/package.json +1 -1
package/CCC/ClientInputForm.ts
CHANGED
@@ -22,9 +22,11 @@ export interface ClientInputForm {
|
|
22
22
|
ResAofAStepFiveAgentAuthorityEndDate?: string;
|
23
23
|
ResAofAStepNineDeliveryDate?: string;
|
24
24
|
ComAofAStepFiveAgentAuthorityEndDate?: string;
|
25
|
-
|
26
|
-
|
27
|
-
|
25
|
+
ComAofATittle?:number;
|
26
|
+
ComAofASigneeName?:string;
|
27
|
+
ComAofASigneeRoleChk1?:boolean;
|
28
|
+
ComAofASigneeRoleChk2?:boolean;
|
29
|
+
ComAofASigneeRoleChk3?:boolean;
|
28
30
|
BAAofASigneeName?:string;
|
29
31
|
}
|
30
32
|
|