增加了手机操作端
This commit is contained in:
@@ -343,6 +343,7 @@ export interface ReportListItem {
|
||||
|
||||
export interface ReportDetailData {
|
||||
evidence_attachments: EvidenceAttachmentAsset[];
|
||||
zhongjian_report_files: EvidenceAttachmentAsset[];
|
||||
report_header: {
|
||||
report_id: number;
|
||||
report_no: string;
|
||||
@@ -352,6 +353,9 @@ export interface ReportDetailData {
|
||||
service_provider: string;
|
||||
institution_name: string;
|
||||
publish_time: string;
|
||||
zhongjian_report_no: string;
|
||||
report_entry_admin_name: string;
|
||||
report_entered_at: string;
|
||||
};
|
||||
result_info: Record<string, any>;
|
||||
product_info: Record<string, any>;
|
||||
|
||||
Reference in New Issue
Block a user