12345678910111213141516171819202122232425262728 |
- using System.Collections.Generic;
- namespace GxPress.Result.DataCenter
- {
-
-
-
- public class CommerceDataResult
- {
-
-
-
- public PlatformCommerceResult PlatformCommerceResult { get; set; }
-
-
-
- public PlatformCommerceResult PlatformTodayCommerceResult { get; set; }
-
-
-
-
- public List<ContentSaleRankingResult> ContentSaleRankingResults { get; set; }
-
-
-
- public List<ContentSaleProportionResult> ContentSaleProportionResults { get; set; }
- }
- }
|