| | |
| | | public class SystemBussinessHelper |
| | | { |
| | | /// <summary> |
| | | /// 设置 WorkPieceInfo 的DataCapturePointCname |
| | | /// </summary> |
| | | /// <param name="workPieceLog"></param> |
| | | /// <param name="_DataCapturePointCode"></param> |
| | | /// <param name="_DataCapturePointName"></param> |
| | | public static void SetWorkPieceInfoMiddleForCreatedUserName(ref WorkPieceInfo workPiece, string _DataCapturePointName) |
| | | { |
| | | workPiece.DataCapturePointCname = _DataCapturePointName; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 设置 WorkPieceInfo 的UpdateDataCapturePointCname |
| | | /// </summary> |
| | | /// <param name="workPieceLog"></param> |
| | | /// <param name="_DataCapturePointCode"></param> |
| | | /// <param name="_DataCapturePointName"></param> |
| | | public static void SetWorkPieceInfoMiddleForUpdateDataCapturePointCname(ref WorkPieceInfo workPiece, string _DataCapturePointName) |
| | | { |
| | | workPiece.UpdateDataCapturePointCname = _DataCapturePointName; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 设置WorkPieceLog 的创建人 |
| | | /// </summary> |
| | | /// <param name="workPieceLog"></param> |