@@ -76,5 +76,5 @@ export interface IMessageData {
userName: string;
phone?: string;
process?:IProcess;
- systemContent?:string;
+ content?:string;
}