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