- using System;
- using System.Collections.Generic;
- namespace MySystem.MainModels2
- {
- public partial class OrderForNo
- {
- public string OrderNo { get; set; }
- public string RspMsg { get; set; }
- public int RspCode { get; set; }
- public string OrderIds { get; set; }
- }
- }
|