示例#1
0
 public TPE_FlowCostRes(tagTPE_FlowCostRes Fr)
 {
     RecordError = Fr.RecordError;
     CenterNo    = Fr.RecordError;
     OccurNode   = Fr.OccurNode;
     OccurIdNo   = Fr.OccurIdNo;
     OccurInfo   = Fr.OccurInfo;
 }
示例#2
0
 public static extern int TPE_FlowCostOrder(int CustomSn, ref tagTPE_FlowCostReq pReq, ref byte OrderIDS, int FlowCount, out tagTPE_FlowCostRes pRes, int bSync);
示例#3
0
 public static extern int TPE_FlowCost(int CustomSn, ref tagTPE_FlowCostReq pReq, int FlowCount, out tagTPE_FlowCostRes pRes, int bSync);