¶Ô±ÈÐÂÎļþ |
| | |
| | | using System.ComponentModel; |
| | | |
| | | namespace iWare.Wms.Core |
| | | { |
| | | /// <summary> |
| | | /// æ¥å¿ç±»å |
| | | /// </summary> |
| | | public enum PieceLogTypeEnum |
| | | { |
| | | /// <summary> |
| | | /// æ£å¸¸ |
| | | /// </summary> |
| | | [Description("æ£å¸¸")] |
| | | æ£å¸¸ = 0, |
| | | |
| | | /// <summary> |
| | | /// 读ç å¼å¼å¸¸ |
| | | /// </summary> |
| | | [Description("读ç å¼å¼å¸¸")] |
| | | 读ç å¼å¼å¸¸ = 1, |
| | | } |
| | | } |
| | |
| | |  |
| | | using iWare.Wms.Core; |
| | | using iWare_SCADA_Model; |
| | | using log4net; |
| | | using Newtonsoft.Json; |
| | |
| | | CreatedTime = DateTime.Now, |
| | | CreatedUserName = _dataCaptureConfig.DataCapturePointCode, |
| | | MyRemarks = "读ç å¼å¼å¸¸", |
| | | Remarks = "读ç å¼å¼å¸¸" |
| | | Remarks = "读ç å¼å¼å¸¸", |
| | | PieceLogType = (int)PieceLogTypeEnum.读ç å¼å¼å¸¸, |
| | | PieceLogTypeName = PieceLogTypeEnum.读ç å¼å¼å¸¸.ToString() |
| | | }; |
| | | using (DbModel db = new DbModel()) |
| | | { |
| | |
| | | <Compile Include="DataCaptureHandler\PLCDataCapture\Siemens_HslCommunicationService.cs" /> |
| | | <Compile Include="DataCaptureHandler\PLCDataCapture\PLCFactory.cs" /> |
| | | <Compile Include="DataCaptureHandler\PLCDataCapture\PLCManger.cs" /> |
| | | <Compile Include="Enums\PieceLogTypeEnum.cs" /> |
| | | <Compile Include="Properties\AssemblyInfo.cs" /> |
| | | <Compile Include="Properties\Resources.Designer.cs"> |
| | | <AutoGen>True</AutoGen> |
| | |
| | | public string UpdatedUserName { get; set; } |
| | | |
| | | public bool IsDeleted { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¥å¿ç±»å |
| | | /// </summary> |
| | | public int? PieceLogType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¥å¿ç±»å |
| | | /// </summary> |
| | | [MaxLength(255)] |
| | | public string PieceLogTypeName { get; set; } |
| | | |
| | | } |
| | | } |