服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-12-25 c4c9228d894b455327c76a6e286e394513ef542a
Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
@@ -97,6 +97,29 @@
        public int DocState { get; set; } = 1;
    }
    public class BarcodeCreateInput
    {
        public string RevDocId { get; set; }
        public string userId { get; set; }
        public string token { get; set; }
        public bool IsLogin { get; set; }
    }
    public class BarcodeCreateParam
    {
        public List<CreateEntityKeys> CreateEntityKeys { get; set; }
        public bool IsCreateHeadBarCode { get; set; }
        public string BarCodeRuleCode { get; set; }
        public int GenerateCount { get; set; }
        public int BCQty { get; set; }
    }
    public class CreateEntityKeys
    {
        public string ID { get; set; }
        public string EntityType { get; set; }
    }
    public class MOKey
    {
        public string DocNo { get; set; }