From 71af12d1d4abf46e4d4ba89a8e64c8a8dc190362 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期四, 27 三月 2025 18:56:15 +0800 Subject: [PATCH] 1.来料检list页面添加下拉框,可精准选择要筛选的项目 2.新建实验室送检接口 --- StandardPda/MES.Service/Modes/Womcab.cs | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/StandardPda/MES.Service/Modes/Womcab.cs b/StandardPda/MES.Service/Modes/Womcab.cs index cb15d19..cdc826b 100644 --- a/StandardPda/MES.Service/Modes/Womcab.cs +++ b/StandardPda/MES.Service/Modes/Womcab.cs @@ -199,4 +199,36 @@ /// </summary> [SugarColumn(ColumnName = "FMATERIALTYPE")] public decimal? Fmaterialtype { get; set; } + + + /// <summary> + /// 搴斿彂鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "MUST_QTY", ColumnDataType = "NUMBER(18,3)")] + public decimal? MustQty { get; set; } + + /// <summary> + /// 鐢ㄦ枡娓呭崟鐘舵�侊紙A-鍒涘缓锛孊-瀹℃牳涓紝C-宸插鏍革紝D-閲嶆柊瀹℃牳锛孼-鏆傚瓨锛� + /// </summary> + [SugarColumn(ColumnName = "TYPEB", Length = 2)] + public string? TypeB { get; set; } + + + /// <summary> + /// 瀛愰」绫诲瀷锛�1-鏍囧噯浠� 2-杩旇繕浠� 3-鏇夸唬浠讹級 + /// </summary> + [SugarColumn(ColumnName = "MATERIAL_TYPE", Length = 1)] + public string? MaterialType { get; set; } + + /// <summary> + /// 浣跨敤姣斾緥锛�%锛� + /// </summary> + [SugarColumn(ColumnName = "USE_RATE", ColumnDataType = "NUMBER(5,2)")] + public decimal? UseRate { get; set; } + + /// <summary> + /// 椤规 + /// </summary> + [SugarColumn(ColumnName = "FREPLACEGROUP", ColumnDataType = "NUMBER(5,2)")] + public decimal? FreplaceGroup { get; set; } } \ No newline at end of file -- Gitblit v1.9.3