From f3493a6f6f9958cea100ad596fa84239a6e2e962 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期二, 18 六月 2024 16:58:53 +0800 Subject: [PATCH] 获取老PCS下VK、桁架机械手、机床、状态信息 --- 代码管理/WMS/WMS_Server/WIDESEA_Entity/DomainModels/ToMES/dt_mes_detail_hty.cs | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/ToMES/dt_mes_detail_hty.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/ToMES/dt_mes_detail_hty.cs" index 3e2288e..c13dd9c 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/ToMES/dt_mes_detail_hty.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/ToMES/dt_mes_detail_hty.cs" @@ -105,6 +105,21 @@ [Editable(true)] public string compeletor { get; set; } - + /// <summary> + ///宸ュ崟鐘舵�� + /// </summary> + [Display(Name = "宸ュ崟鐘舵��")] + [MaxLength(20)] + [Column(TypeName = "nvarchar(20)")] + [Editable(true)] + public string Status { get; set; } + + /// <summary> + ///鎿嶄綔鏃堕棿 + /// </summary> + [Display(Name = "鎿嶄綔鏃堕棿")] + [Column(TypeName = "datetime")] + [Editable(true)] + public DateTime? completedate { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3