服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-03 28137093fdd7ab9ddd4edfe1774a6f7024166730
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -48,6 +48,18 @@
    public class ShippingOutput
    {
        public string Tag { get; set; }
        public string ShipDoc { get; set; }
        public double ShippingQty { get; set; }
    }
    public class ShippingInput
    {
        public string SN { get; set; }
        public string wo { get; set; }
        public string orgCode { get; set; }
    }
    public class GetWoNodeBatchCountInput
    {
        public string BatchNo { get; set; }
        public string NodeName { get; set; }
    }
}