From 3296c70dfc999ff1d09ac28d6205197c11825c5f Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期四, 22 五月 2025 14:58:26 +0800 Subject: [PATCH] 1,来料检添加‘往期检验履历’,‘最大抽检数量’两个字段 2,一致性核对添加图片是否上传校验 --- StandardPda/MES.Service/Modes/MesItemType.cs | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/StandardPda/MES.Service/Modes/MesItemType.cs b/StandardPda/MES.Service/Modes/MesItemType.cs index 23f72ed..0f552cb 100644 --- a/StandardPda/MES.Service/Modes/MesItemType.cs +++ b/StandardPda/MES.Service/Modes/MesItemType.cs @@ -90,5 +90,23 @@ [SugarColumn(ColumnName = "DESCRIPTION")] public string? Description { get; set; } + /// <summary> + /// 璁¢噺鍗曚綅 + /// </summary> + [SugarColumn(ColumnName = "UNIT")] + public string? Unit { get; set; } + + /// <summary> + /// 鏄惁绂佺敤 + /// </summary> + [SugarColumn(ColumnName = "FORBID_STATUS")] + public string? ForbidStatus { get; set; } + + /// <summary> + /// 涓嬪彂缁勭粐 + /// </summary> + [SugarColumn(ColumnName = "USE_ORG_ID")] + public string? UseOrgId { get; set; } + [SugarColumn(IsIgnore = true)] public string? Type { get; set; } } \ No newline at end of file -- Gitblit v1.9.3