spartaxx.businessmodels 1.0.35 → 1.0.38
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ export interface ProtestHistoryInfo {
|
|
9
9
|
DeliveryMethodId?: number;
|
10
10
|
ProtestStatus?: string;
|
11
11
|
AuditStatus?: string;
|
12
|
+
IsAudit?: boolean;
|
12
13
|
HB201Status?: string;
|
13
14
|
ProtestLetterPath?: string;
|
14
15
|
ProtestLetterPWImageId?: number;
|
@@ -28,5 +29,6 @@ export interface ProtestHistoryInfo {
|
|
28
29
|
TotalRecordCount?: number;
|
29
30
|
CalendarDuration?: string;
|
30
31
|
AuditedBy?: string;
|
31
|
-
AuditedAt?: string
|
32
|
+
AuditedAt?: string;
|
33
|
+
AuditedUserId?: number;
|
32
34
|
}
|