- using System;
- using System.Collections.Generic;
- namespace MySystem
- {
-
-
-
- public class OrderDivideAccounts
- {
- public string applyNo { get; set; }
- public string mchtNo { get; set; }
- public string orderNo { get; set; }
- public List<Dictionary<string, object>> detail { get; set; }
- }
- }
|