| | |
| | | using System; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | { |
| | | public class WMS_ç¨ååºåä¸è§è¡¨_ST |
| | | { |
| | | [SugarColumn(ColumnName = "ä»åºåç§°", Length = 255)] |
| | | public string ä»åºåç§° { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "产åå¾å·", Length = 255)] |
| | | public string 产åå¾å· { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "æå·", Length = 255)] |
| | | public string æå· { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "åå", Length = 255)] |
| | | public string åå { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "è§æ ¼", Length = 255)] |
| | | public string è§æ ¼ { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "åä½", Length = 255)] |
| | | public string åä½ { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "åé", Length = 255)] |
| | | public string åé { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "åºåæ°é", Length = 255)] |
| | | public decimal åºåæ°é { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "æ ¹æ°", Length = 255)] |
| | | public string æ ¹æ° { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "ç¨åæè´¨", Length = 255)] |
| | | public string ç¨åæè´¨ { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "æ§è¡æ åå·", Length = 255)] |
| | | public string æ§è¡æ åå· { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "åç", Length = 255)] |
| | | public string åç { get; set; } |
| | | } |
| | | } |