| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using SqlSugar; |
| | | using SqlSugar; |
| | | |
| | | namespace MES.Service.Modes |
| | | { |
| | | namespace MES.Service.Modes; |
| | | |
| | | /// <summary> |
| | | /// 物料条码表 |
| | | ///</summary> |
| | |
| | | /// <summary> |
| | | /// SEQ_BARCODE_PSN_ID |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)] |
| | | [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_EQBASE", |
| | | IsPrimaryKey = true)] |
| | | public decimal Id { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "ORG_OWNER")] |
| | | public string OrgOwner { get; set; } |
| | | } |
| | | } |