服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-12-17 35afcfe07fef52f74a2079fdb5977a87f88ddbb6
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; }
    }
}