¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using SqlSugar; |
| | | using System.Linq; |
| | | using System.ComponentModel; |
| | | using System.Collections.Generic; |
| | | using Tiger.Model; |
| | | |
| | | namespace Tiger.Model.MES.Yada |
| | | { |
| | | /// <summary> |
| | | /// å®ä½ï¼mes_ShipList |
| | | /// </summary> |
| | | [Serializable] |
| | | [SugarTable("mes_ShipList")] |
| | | public class mes_ShipList : iViewEntity |
| | | { |
| | | #region æé 彿° |
| | | /// <summary> |
| | | /// å®ä½ï¼mes_ShipList |
| | | /// </summary> |
| | | public mes_ShipList() {} |
| | | #endregion |
| | | |
| | | #region å
Œ
±å±æ§ |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public long Org { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public string ShipDoc { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public string MoDoc { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public int Status { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public DateTime BussinessDate { get; set; } = DateTime.MinValue; |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public DateTime ModifiedOn { get; set; } = DateTime.MinValue; |
| | | #endregion |
| | | |
| | | #region èæå±æ§ |
| | | /*ä¾å |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string FieldName { get; set; } |
| | | */ |
| | | #endregion |
| | | |
| | | #region æä¸¾åé |
| | | /*ä¾å |
| | | public enum FieldNames |
| | | { |
| | | [Description("æä¸¾æè¿°0")] |
| | | Enum0, |
| | | [Description("æä¸¾æè¿°1")] |
| | | Enum1, |
| | | } |
| | | */ |
| | | #endregion |
| | | |
| | | #region å
Œ
±æ¹æ³ |
| | | |
| | | #endregion |
| | | |
| | | }//endClass |
| | | } |