mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-20 00:44:19 +08:00
Update demo
This commit is contained in:
parent
2cbfc3ad64
commit
e297e9f3ea
@ -48,7 +48,8 @@ namespace OrmTest
|
||||
.Select(x => new DTO{ factory=x.factory, SysItems=x.SysItems })
|
||||
.ToList();
|
||||
|
||||
|
||||
if (list.First().SysItems.fencode != "ITEM001") throw new Exception("unit error");
|
||||
if (list2.First().SysItems.fencode != "ITEM001") throw new Exception("unit error");
|
||||
}
|
||||
[SugarTable("WarehoseReqDetail")]
|
||||
public class WarehoseReqDetailEntity
|
||||
|
Loading…
Reference in New Issue
Block a user