Commit d125735c by 陶然

优化

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