using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Core.Utilities; using WIDESEA_Entity.DomainModels; namespace WIDESEA_WCS { public partial class ToMesServer { /// /// 添加工单信息 /// /// /// public static WebResponseContent AddWorkinfo(dt_Workinfo requestTemp) { WebResponseContent content = new WebResponseContent(); return content; } /// /// 添加工单详情 /// /// /// public static WebResponseContent AddActualProduction(dt_ActualProduction requestTemp) { WebResponseContent content = new WebResponseContent(); return content; } } }