- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace WCS.Service.Entity
- {
- public class WcsContractApiResponse
- {
- public bool ResType { get; set; }
- public string ResMessage { get; set; }
- public string Memo1 { get; set; }
- public string Memo2 { get; set; }
- public string Memo3 { get; set; }
- }
- }
|