using System; using System.Linq; using System.Text; using SqlSugar; namespace OpenAuth.Repository.Domain { /// ///镜头信息 - 应急局 /// [SugarTable("fm_camera_yjj")] public partial class FmCamera_yjj { public FmCamera_yjj(){ } /// /// Desc: /// Default: /// Nullable:True /// public long? id {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string ssfz {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string jkdmckjg {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string jkdmcrcx {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string jkdgbidzlkjg {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string jkdgbidzlrcx {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string jkdgbidfl {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string sssbgbid {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string sbidkjg {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string sbidrcx {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string sbip {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string zxzt {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string qdlxzt {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string ptlxkqzt {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string ptlxzt {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string jd {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string wd {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string tyzt {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string xz {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string qx {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string jklx {get;set;} } }