派生自 development/c++

xuxiuxi
2019-03-11 8b7ff0dd9923f5ee2fa4b16b73ebdb7a6c1dc0a0
QiaoJiaSystem/VideoServer/QiaoJia/DB/DBStruct.h
@@ -61,6 +61,7 @@
        str_brand = "";
        str_reserved = "";
        n_type = -1;
        type = -1;
    }
    int n_id;//自增id
@@ -76,6 +77,7 @@
    QString str_brand;//摄像机品牌
    QString str_reserved;//预留
    int n_type;//预留
    int type;// 0 rtsp, 1 gb28181
};
struct Record_Cam_Chn {