From 716435e1177c454a9cd652fae35769a0ef9a3b7c Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 13 二月 2025 10:10:39 +0800 Subject: [PATCH] 1.成品入库(初步) 2.仓库入参新增字段备注 3.采购入库,其他入库主表新增仓库id 4.其他出库优化 --- entity/MesInvItemBarcodes.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/entity/MesInvItemBarcodes.cs b/entity/MesInvItemBarcodes.cs index 3fb8c2d..1a79514 100644 --- a/entity/MesInvItemBarcodes.cs +++ b/entity/MesInvItemBarcodes.cs @@ -493,14 +493,20 @@ public long? GxId { get; set; } /// <summary> + /// 渚涘簲鍟唅d + /// </summary> + [SugarColumn(ColumnName = "supp_id")] + public string? SuppId { get; set; } + + /// <summary> /// 涓存椂鎵归噺guid /// </summary> [SugarColumn(ColumnName = "tmpGuid")] public Guid? TmpGuid { get; set; } /// <summary> - /// 渚涘簲鍟唅d + /// 鍏宠仈琛ㄧ殑guid /// </summary> - [SugarColumn(ColumnName = "supp_id")] - public string? SuppId { get; set; } + [SugarColumn(ColumnName = "ABOUT_GUID")] + public Guid? AboutGuid { get; set; } } \ No newline at end of file -- Gitblit v1.9.3