From ded234fb90ed5f25a71cff7179df7232d5758800 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期一, 24 三月 2025 09:14:40 +0800 Subject: [PATCH] 1代码整理 2移动端来料检添加项目字段,并能根据此字段搜索 3来料检明细添加‘获取检验项目’按钮,实现在移动端重新获取检验项目 --- 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