- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SinochemCloudClient.Models
- {
- public class TrxStatusInquiryRequest : RequestBase
- {
- public double pre_Amount { get; set; }
- public string ori_ttc { get; set; }
- }
- }
|