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