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