Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/CustomModels/DTSEmergencyTask.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/BasicInfo/IDt_needBarcodeService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/CustomModels/DTSEmergencyTask.cs
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,34 @@ using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Common.CustomModels { public class DTSEmergencyTask { /// <summary> /// åºå /// </summary> public string zone { get; set; } /// <summary> /// è¡ /// </summary> public int row { get; set; } /// <summary> /// å /// </summary> public int column { get; set; } /// <summary> /// å± /// </summary> public int layer { get; set; } /// <summary> /// å··é /// </summary> public string Roadway { get; set; } } } Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/BasicInfo/IDt_needBarcodeService.cs
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,28 @@ #region << ç æ¬ 注 é >> /*---------------------------------------------------------------- * å½å空é´ï¼WIDESEAWCS_ITaskInfoService * å建è ï¼è¡ç«¥åº * å建æ¶é´ï¼2024/8/2 16:13:36 * çæ¬ï¼V1.0.0 * æè¿°ï¼ * * ---------------------------------------------------------------- * ä¿®æ¹äººï¼ * ä¿®æ¹æ¶é´ï¼ * çæ¬ï¼V1.0.1 * ä¿®æ¹è¯´æï¼ * *----------------------------------------------------------------*/ #endregion << ç æ¬ 注 é >> using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_BasicInfoService { public interface Idt_needBarcodeService : IService<dt_needBarcode> { } }