| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Web.UI.WebControls; |
| | | |
| | | namespace iWare_SCADA_BusinessLogical.Utils |
| | | { |
| | |
| | | |
| | | process.Id = Yitter.IdGenerator.YitIdHelper.NextId(); |
| | | process.CreatedUserName = _user; |
| | | process.DataCapturePointCname = "打码完成标记"; |
| | | process.CreatedTime = _time; |
| | | process.UpdatedUserName = _user; |
| | | process.UpdateDataCapturePointCname = "打码完成标记"; |
| | | process.UpdatedTime = _time; |
| | | process.OperationType = OperationType.生产.ToString(); |
| | | |
| | | process.Remarks = ""; |
| | | |
| | | process.MyRemarks = "CreateWorkPieceProcessForOP05根据OP1002时添加"; |
| | | |
| | | return process; |
| | | } |
| | | return null; |