syntax = "proto3"; package protomsg; message FileAnalysis { string id =1; string name =2; string path =3; int32 type =4; int32 sort =5; string alias =6; string snapshot_url =7; bool is_running =8; int32 progress =9; int32 ruleType =10; int32 status =11; string createTime =12; string updateTime =13; } message FileAnalysisSetting { bool videoFileEnable =1; string videoDirectory =2; int32 channelCount =3; }