|
|
|
@ -204,11 +204,25 @@ namespace BP.WF.Template
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return this.GetValIntByKey(PushMsgAttr.FK_Node);
|
|
|
|
|
return this.GetValIntByKey(PushMsgAttr.NodeID);
|
|
|
|
|
}
|
|
|
|
|
set
|
|
|
|
|
{
|
|
|
|
|
this.SetValByKey(PushMsgAttr.FK_Node, value);
|
|
|
|
|
this.SetValByKey(PushMsgAttr.NodeID, value);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/// <summary>
|
|
|
|
|
///节点
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string EventNo
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return this.GetValStringByKey(PushMsgAttr.EventNo);
|
|
|
|
|
}
|
|
|
|
|
set
|
|
|
|
|
{
|
|
|
|
|
this.SetValByKey(PushMsgAttr.EventNo, value);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
public string PushDoc
|
|
|
|
@ -699,7 +713,10 @@ namespace BP.WF.Template
|
|
|
|
|
|
|
|
|
|
map.AddTBString(PushMsgAttr.FK_Flow, null, "流程", true, false, 0, 5, 10);
|
|
|
|
|
map.AddTBInt(PushMsgAttr.FK_Node, 0, "节点", true, false);
|
|
|
|
|
map.AddTBInt(PushMsgAttr.NodeID, 0, "节点", true, false);
|
|
|
|
|
map.AddTBString(PushMsgAttr.FK_Event, null, "事件类型", true, false, 0, 20, 10);
|
|
|
|
|
map.AddTBString(PushMsgAttr.EventNo, null, "事件类型", true, false, 0, 20, 10);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region 将要删除.
|
|
|
|
|
map.AddDDLSysEnum(PushMsgAttr.PushWay, 0, "推送方式", true, false, PushMsgAttr.PushWay,
|
|
|
|
|