File was renamed from models/TN_Inbound_Order.cs |
| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | using SqlSugar; |
| | | |
| | | namespace HH.WCS.Mobox3.AnGang.models { |
| | | public class TN_Inbound_Order : BaseModel { |
| | | [SugarTable("TN_Inbound_DataRecord")] |
| | | public class TN_Inbound_DataRecord : BaseModel { |
| | | /// <summary> |
| | | /// 储位码 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 库存明细交易号 |
| | | /// </summary> |
| | | public string S_STOCK_TRANSACTION_ID { get; set; } |
| | | public string S_STOCK_TRANS { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 物料编码 |
| | |
| | | /// <summary> |
| | | /// 库存责任人姓名 |
| | | /// </summary> |
| | | public string S_INVENTORY_MANAGER { get; set; } |
| | | public string S_INVENTORY_MAN { get; set; } |
| | | } |
| | | } |