优化调整

This commit is contained in:
2024-05-24 14:21:14 +08:00
parent 2a66f244dd
commit 86d07260af
5 changed files with 150 additions and 17 deletions

View File

@@ -269,4 +269,8 @@ public partial class BasMaterial : BaseEntity<string>
/// </summary>
public int? deleted { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string container_no { get; set; }
}