liuxiaolong
2020-02-24 7674970610969d6f03aea933699821349601a463
fileanalysis.proto
@@ -26,4 +26,16 @@
    int32 videoChannelCount      =3;
    int32 imgChannelCount        =4;
    int32 audioChannelCount      =5;
}
message FileStack {
    string id       = 1;
    string name     = 2;
    int32 type      = 3;
    bool enable     = 4;
    bool isAutoDelFile = 5;
    int32 status    = 6;
    string createTime = 7;
    string updateTime = 8;
    int32 sort        = 9;
}