|
@@ -160,6 +160,13 @@ export interface IProcedureProcess {
|
|
|
conditionInfo: IConditionInfoItem[];
|
|
conditionInfo: IConditionInfoItem[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+export interface IProcedureItem {
|
|
|
|
|
+ ID: string;
|
|
|
|
|
+ approvalStatus: string;
|
|
|
|
|
+ content: string;
|
|
|
|
|
+ approvalTime: string;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
export interface IApproval {
|
|
export interface IApproval {
|
|
|
ID: string;
|
|
ID: string;
|
|
|
name: string;
|
|
name: string;
|