yanjinhui
2025-03-17 b8510ca5d1e56ef78cd27c45b6bd65a2c13f6b27
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_Putake.cs
@@ -12,41 +12,89 @@
    [SugarTable("Dt_Putake", "任务分解表"), MultiTenant]
    public class Dt_Putake : BaseEntity
    {
        /// <summary>
        /// ä¸»é”®
        /// </summary>
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int ID { get; set; }
        /// <summary>
        /// è‡ªå®šä¹‰ä»»åŠ¡å·
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string Njtakeid {  get; set; }
        /// <summary>
        /// ä»»åŠ¡åç§°
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  takename { get; set; }
       
        /// <summary>
        /// æŠ€æœ¯å‘˜
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string jishuyuan { get; set; }
        /// <summary>
        /// å·¥é•¿
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string gonzhang { get; set; }
        /// <summary>
        /// è´¨æ£€å‘˜
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string zhijianyuan { get; set; }
        /// <summary>
        /// åŠ›çŸ©å‘˜
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string lijuzouyeyuan { get; set; }
        /// <summary>
        /// è¾…助员
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string fuzyuan { get; set; }
        /// <summary>
        /// åˆ›å»ºäºº
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string Pupeople { get; set; }
        /// <summary>
        /// æ‰€å±žç±»åˆ«ï¼ˆç”µæ°”/机械/地沟)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string Grouptype { get; set; }
        /// <summary>
        /// ä¸‹å‘任务时间
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public  DateTime Dispatchtime { get; set; }
        /// <summary>
        /// å®Œæˆä»»åŠ¡æ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime Finishedtime { get; set; }
        /// <summary>
        /// ä»»åŠ¡çŠ¶æ€ï¼ˆ0/1/2/3/4)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public int Pustatus {  get; set; }   
    }