// A1 10 ³äÖµ¹ºÂò´ÎÊýÐÅÏ¢ #tagMCCoinToGoldCountInfo
|
|
struct tagMCCoinToGoldCount
|
{
|
WORD RecordID;
|
WORD TodayPayCount; // ½ñÈÕÒѹºÂò´ÎÊý
|
DWORD TotalPayCount; // ÀÛ¼Æ×ܹºÂò´ÎÊý
|
WORD WeekPayCount; // ÖÜ×ܹºÂò´ÎÊý
|
WORD MonthPayCount; // ÔÂ×ܹºÂò´ÎÊý
|
};
|
|
struct tagMCCoinToGoldCountInfo
|
{
|
tagHead Head;
|
WORD RecordCount;
|
tagMCCoinToGoldCount CTGCountInfoList[RecordCount];
|
};
|