Commit d125735c by 陶然

优化

parent 7c526014
......@@ -20,6 +20,8 @@ namespace Jst.Lims.Timeliness
public Guid ParentKvid { get; set; }
public string OperatorName { get; set; }
public string OwnerName { get; set; }
public Guid OwnerKvid { get; set; }//当前节点所属部门
......@@ -112,6 +114,7 @@ namespace Jst.Lims.Timeliness
o.Kvid,
o.RootKvid,
o.ParentKvid,
o.OperatorName,
o.OwnerKvid,
o.OwnerName,
r.ReportId,
......@@ -307,6 +310,7 @@ namespace Jst.Lims.Timeliness
o.ParentKvid,
o.OwnerKvid,
o.OwnerName,
o.OperatorName,
r.ReportId,
o.Title,
o.PlanStartTime,
......
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