FInterID FEntryID FItemID FQty
13461 1 1018 2.0000000000
13469 1 1018 4.0000000000
13469 2 1018 6.0000000000
13469 3 1018 1.0000000000
12118 1 1018 1.0000000000
class SoOrder{
int id;
Soline soline;
}
class SoLine{
INT Fentryid;
INT FitemID
INT FQTY}
数据库查出如上的列表明细,同一FINTERID的有多行,请问要如何赋值给定义的SoOrder类变量?请大家指点下,谢谢