This commit is contained in:
2021-04-30 16:57:29 +08:00
12 changed files with 257 additions and 194 deletions

View File

@@ -145,7 +145,8 @@ namespace Ewide.Core.Service
.Select(u => new
{
u.Code,
u.Value
u.Value,
u.Remark
}).ToListAsync();
}