From b1161509ecc6f599b1c06c7f54ff3b27f0618178 Mon Sep 17 00:00:00 2001 From: pengmn <pmn@HanInfo> Date: 星期二, 01 七月 2025 17:33:04 +0800 Subject: [PATCH] 1 --- HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs new file mode 100644 index 0000000..f77d984 --- /dev/null +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs @@ -0,0 +1,31 @@ +using HH.WCS.XiaoMi.models; +using SqlSugar; +using System; + +namespace HH.WCS.XiaoMi +{ + public class bigMaterial : BaseModel + { + + public string ts_name { get; set; } + public string createdNamne { get; set; } + + public parameters parameter { get; set; } + + + public string taskID { get; set; } + public string order_name { get; set; } + public DateTime dead_line { get; set; } + + } + public class parameters + { + public string src { get; set; } + public string dst { get; set; } + public string sku { get; set; } + public string BatchNo { get; set; } + public int num { get; set; } + + + } +} -- Gitblit v1.9.1