Update demo

This commit is contained in:
sunkaixuan 2025-08-16 14:12:29 +08:00
parent 2cbfc3ad64
commit e297e9f3ea

View File

@ -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