From 8b7abd97e7b69800789134ed8e809e19a5b5ba74 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 17 九月 2025 00:30:27 +0800 Subject: [PATCH] 111 --- entity/MesInvItemStocks.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/entity/MesInvItemStocks.cs b/entity/MesInvItemStocks.cs index ac0078b..b7cdd33 100644 --- a/entity/MesInvItemStocks.cs +++ b/entity/MesInvItemStocks.cs @@ -226,16 +226,19 @@ /// </summary> [SugarColumn(ColumnName = "INDEP_USER_CODE")] public string? IndepUserCode { get; set; } + /// <summary> /// 璐т富id /// </summary> [SugarColumn(ColumnName = "Owner_Id")] public string? OwnerId { get; set; } + /// <summary> /// 璐т富绫诲瀷 /// </summary> [SugarColumn(ColumnName = "Owner_Type")] public string? OwnerType { get; set; } + /// <summary> /// 搴撳瓨缁勭粐 /// </summary> -- Gitblit v1.9.3