spartaxx.businessmodels 1.0.364 → 1.0.365
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
|
|
1
1
|
export interface ProcessManagerService {
|
2
|
-
Id
|
3
|
-
ClientNumber
|
4
|
-
AccountNumber
|
5
|
-
DocumentType
|
6
|
-
isProcessedNecessaryActions
|
7
|
-
UserId
|
2
|
+
Id?: number;
|
3
|
+
ClientNumber?: string;
|
4
|
+
AccountNumber?: string;
|
5
|
+
DocumentType?: string;
|
6
|
+
isProcessedNecessaryActions?: number;
|
7
|
+
UserId?: number;
|
8
8
|
}
|