优化调整

This commit is contained in:
2024-05-28 14:02:44 +08:00
parent 7fe6784007
commit 3afa57a2d0
3 changed files with 23 additions and 4 deletions

View File

@@ -98,5 +98,10 @@ public partial class BasMbom : BaseEntity<string>
/// 仅用于关联表字段查询用不存储数据
/// </summary>
public string? query_info { get; set; }
/// <summary>
/// 整托数
/// </summary>
public int full_qty { get; set; }
}