mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
update
@@ -49,7 +49,7 @@ var t1 = (
|
||||
a.id,
|
||||
a.name,
|
||||
testsub = new {
|
||||
time = a.age > 10 ? "大于" : "小于或等于"
|
||||
time = a.age > 10 ? "大于" : "小于或等于"
|
||||
}
|
||||
}
|
||||
).ToList();
|
||||
|
||||
Reference in New Issue
Block a user