entity/vDhmx.cs
@@ -1,6 +1,6 @@ using SqlSugar; namespace NewPdaSqlServer.entity; namespace NewPdaSqlServer.entity { using SqlSugar; /// <summary> /// 到货检验明细视图实体 @@ -80,3 +80,4 @@ [SugarColumn(ColumnName = "是否能入库")] public int CanStore { get; set; } } }