Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -263,5 +263,10 @@ public partial class BasMaterial : BaseEntity<string>
|
||||
/// DI编码
|
||||
/// </summary>
|
||||
public string? di { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 删除标志
|
||||
/// </summary>
|
||||
public int? deleted { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ using SqlSugar;
|
||||
namespace Tnb.BasicData.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// 物料入场规格
|
||||
/// 物料入厂规格
|
||||
/// </summary>
|
||||
[SugarTable("bas_material_into_factory_specifications")]
|
||||
public partial class BasMaterialIntoFactorySpecifications : BaseEntity<string>
|
||||
|
||||
Reference in New Issue
Block a user