using HH.WCS.Mobox3.DoubleCoin.models; using SqlSugar; using System; namespace HH.WCS.Mobox3.DoubleCoin { /// /// Éú²ú¹¤µ¥ /// [SugarTable("TN_WorkOrder")] public class TN_WorkOrder : BaseModel { public string S_WORK_NO { get; set; }//¹¤µ¥ºÅ£¬Ö÷¼ü public string S_B_STATE { get; set; }//¹¤µ¥×´Ì¬£¬Ð½¨-¿ªÆô-ÔÝÍ£-Íê³É public string S_ITEM_CODE { get; set; }//ÎïÁϱàÂë public string S_BATCH_CODE { get; set; }//Åú´ÎºÅ public string S_ITEM_SPEC { get; set; }//¹æ¸ñ public string S_LINE_NO { get; set; }//²úÏߣ¬²»ÄÜΪnull } }