This commit is contained in:
2021-05-20 17:16:01 +08:00
parent f901e87a6e
commit e7cb804684
219 changed files with 17315 additions and 1571 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ namespace BLL
{
BaseInfoId = x.ProjectId,
BaseInfoCode = x.ProjectCode,
BaseInfoName = x.ProjectName
BaseInfoName = x.ProjectName
}
).ToList();
return getDataLists;