Commit e2866cbe by xiezhigang

add 产品线名称

parent 4aedd5e7
......@@ -1525,7 +1525,11 @@ namespace DbConn
[Column("pd_operationrtype")] public string pd_operationrtype { get; set; }
///<summary>
///产品线名称
///</summary>
[Description("产品线名称")]
[Column("pd_productlinename")] public string pd_productlinename { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment