namespace PMS.EntityModels.Product { using QWPlatform.DataIntface.Database; using QWPlatform.Models; using System; /// /// 创建者:冉利 /// 创建日期:2018/1/07 /// 功能描述:产品问题记录实体 /// /// /// 测试实体类 /// [Table("产品问题记录")] public class CPWTJLModel : DataModelBase { //默认不带数据工厂构造 /// /// Initializes a new instance of the class. /// public CPWTJLModel() { } //带有数据工厂的实例化,可以直接操作数据 /// /// Initializes a new instance of the class. /// /// The factory public CPWTJLModel(DataFactory factory) : base(factory) { } /// /// Gets or sets the ID /// [FieldBase("ID", "", "", true, false, "", 36, 0, "VARCHAR2")] public string ID { get; set; } /// /// Gets or sets the BH /// [FieldBase("编号", "(参考产品问题记录_编号 的序列)", "", false, false, "", 18, 0, "NUMBER")] public long? BH { get; set; } /// /// Gets or sets the MKID /// [FieldBase("模块ID", "", "", false, false, "", 36, 0, "VARCHAR2")] public string MKID { get; set; } /// /// Gets or sets the XMID /// [FieldBase("项目ID", "", "", false, false, "", 36, 0, "VARCHAR2")] public string XMID { get; set; } /// /// Gets or sets the LY /// [FieldBase("来源", "(对应[产品登记来源]的Code)", "", false, false, "", 1, 0, "VARCHAR2")] public string LY { get; set; } /// /// Gets or sets the JJCD /// [FieldBase("紧急程度", "(对应[产品优先级]Code)", "", false, false, "", 1, 0, "VARCHAR2")] public string JJCD { get; set; } /// /// Gets or sets the JJMS /// [FieldBase("紧急描述", "", "", false, false, "", 500, 0, "VARCHAR2")] public string JJMS { get; set; } /// /// Gets or sets the YQSJ /// [FieldBase("要求时间", "", "", false, false, "", 7, 0, "DATE")] public DateTime? YQSJ { get; set; } /// /// Gets or sets the DQHJ /// [FieldBase("当前环节", "(对应[产品问题环节]Code)", "", false, false, "", 1, 0, "VARCHAR2")] public string DQHJ { get; set; } /// /// Gets or sets the DQCLR /// [FieldBase("当前处理人", "", "", false, false, "", 30, 0, "VARCHAR2")] public string DQCLR { get; set; } /// /// Gets or sets the DJR /// [FieldBase("登记人", "", "", false, false, "", 30, 0, "VARCHAR2")] public string DJR { get; set; } /// /// Gets or sets the BBH /// [FieldBase("版本号", "", "", false, false, "", 36, 0, "VARCHAR2")] public string BBH { get; set; } /// /// Gets or sets the WTMS /// [FieldBase("问题描述", "", "", false, false, "", 4000, 0, "CLOB")] public string WTMS { get; set; } /// /// Gets or sets the YZMS /// [FieldBase("验证描述", "", "", false, false, "", 4000, 0, "VARCHAR2")] public string YZMS { get; set; } /// /// Gets or sets the YJFA /// [FieldBase("预计方案", "", "", false, false, "", 4000, 0, "VARCHAR2")] public string YJFA { get; set; } /// /// Gets or sets the XGSM /// [FieldBase("修改说明", "", "", false, false, "", 4000, 0, "CLOB")] public string XGSM { get; set; } /// /// Gets or sets the CSZY /// [FieldBase("测试注意", "", "", false, false, "", 500, 0, "VARCHAR2")] public string CSZY { get; set; } /// /// Gets or sets the CSSM /// [FieldBase("测试说明", "", "", false, false, "", 500, 0, "VARCHAR2")] public string CSSM { get; set; } /// /// Gets or sets the SJSM /// [FieldBase("升级说明", "", "", false, false, "", 1000, 0, "VARCHAR2")] public string SJSM { get; set; } /// /// Gets or sets the JJBB /// [FieldBase("解决版本", "", "", false, false, "", 200, 0, "VARCHAR2")] public string JJBB { get; set; } /// /// Gets or sets the FKR /// [FieldBase("反馈人", "", "", false, false, "", 30, 0, "VARCHAR2")] public string FKR { get; set; } /// /// Gets or sets the XGR /// [FieldBase("修改人", "", "", false, false, "", 30, 0, "VARCHAR2")] public string XGR { get; set; } /// /// Gets or sets the QRR /// [FieldBase("确认人", "", "", false, false, "", 30, 0, "VARCHAR2")] public string QRR { get; set; } /// /// Gets or sets the CSR /// [FieldBase("测试人", "", "", false, false, "", 30, 0, "VARCHAR2")] public string CSR { get; set; } /// /// Gets or sets the DJRJ /// [FieldBase("登记日期", "", "", false, false, "", 7, 0, "DATE")] public DateTime? DJRJ { get; set; } /// /// Gets or sets the QRRJ /// [FieldBase("确认日期", "", "", false, false, "", 7, 0, "DATE")] public DateTime? QRRJ { get; set; } /// /// Gets or sets the XGRJ /// [FieldBase("修改日期", "", "", false, false, "", 7, 0, "DATE")] public DateTime? XGRJ { get; set; } /// /// Gets or sets the XYPX /// [FieldBase("需要培训", "", "", false, false, "", 1, 0, "NUMBER")] public int? XYPX { get; set; } /// /// Gets or sets the SFFB /// [FieldBase("是否发布", "", "", false, false, "", 1, 0, "NUMBER")] public int? SFFB { get; set; } /// /// Gets or sets the GJZ /// [FieldBase("关键字", "", "", false, false, "", 200, 0, "VARCHAR2")] public string GJZ { get; set; } /// /// Gets or sets the YLFX /// [FieldBase("用例发现", "", "", false, false, "", 1, 0, "NUMBER")] public int? YLFX { get; set; } /// /// Gets or sets the YLBH /// [FieldBase("用例编号", "", "", false, false, "", 20, 0, "VARCHAR2")] public string YLBH { get; set; } /// /// Gets or sets the CJWT /// [FieldBase("常见问题", "", "", false, false, "", 50, 0, "VARCHAR2")] public string CJWT { get; set; } /// /// Gets or sets the LC /// [FieldBase("轮次", "", "", false, false, "", 3, 0, "NUMBER")] public int? LC { get; set; } /// /// Gets or sets the BHBH /// [FieldBase("BH编号", "", "", false, false, "", 20, 0, "VARCHAR2")] public string BHBH { get; set; } /// /// Gets or sets the BHBB /// [FieldBase("BH版本", "", "", false, false, "", 20, 0, "VARCHAR2")] public string BHBB { get; set; } /// /// Gets or sets the YJJBB /// [FieldBase("已解决版本", "", "", false, false, "", 20, 0, "VARCHAR2")] public string YJJBB { get; set; } /// /// Gets or sets the ZZYY /// [FieldBase("终止原因", "", "", false, false, "", 30, 0, "VARCHAR2")] public string ZZYY { get; set; } /// /// Gets or sets the ZZSM /// [FieldBase("终止说明", "", "", false, false, "", 4000, 0, "VARCHAR2")] public string ZZSM { get; set; } /// /// Gets or sets the CPID /// [FieldBase("产品ID", "", "", false, false, "", 36, 0, "VARCHAR2")] public string CPID { get; set; } /// /// Gets or sets the YFXZ /// [FieldBase("研发协助", "", "", false, false, "", 1, 0, "NUMBER")] public int? YFXZ { get; set; } /// /// Gets or sets the CPWT /// [FieldBase("产品问题", "", "", false, false, "", 1, 0, "NUMBER")] public int? CPWT { get; set; } /// /// Gets or sets the YSMS /// [FieldBase("原始描述", "", "", false, false, "", 4000, 0, "CLOB")] public string YSMS { get; set; } /// /// Gets or sets the BT /// [FieldBase("标题", "", "", false, false, "", 200, 0, "VARCHAR2")] public string BT { get; set; } /// /// Gets or sets the JGID /// [FieldBase("机构ID", "", "", false, false, "", 36, 0, "VARCHAR2")] public string JGID { get; set; } /// /// Gets or sets the DJRID /// [FieldBase("登记人ID", "(问题登记的具体人员ID)", "", false, false, "", 36, 0, "VARCHAR2")] public string DJRID { get; set; } /// /// Gets or sets the XZ /// [FieldBase("性质", "(对应[问题类型]编码)", "", false, false, "", 1, 0, "VARCHAR2")] public string XZ { get; set; } /// /// Gets or sets the JSZC /// [FieldBase("技术支持", "(0-否,1-是)", "", false, false, "", 1, 0, "NUMBER")] public int? JSZC { get; set; } /// /// Gets or sets the QDID /// [FieldBase("渠道ID", "", "", false, false, "", 36, 0, "VARCHAR2")] public string QDID { get; set; } /// /// Gets or sets a value indicating whether satate /// 仅查看我的问题复选框 /// public bool satate { get; set; } /// /// Gets or sets the RYXZ /// 人员性质(用于数据权限) /// public int RYXZ { get; set; } } }