using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Linq; 
 | 
using System.Text; 
 | 
using System.Threading.Tasks; 
 | 
  
 | 
namespace WIDESEA_DTO.ERP 
 | 
{ 
 | 
    public class ErpRequestContent 
 | 
    { 
 | 
        public string Data { get ; set; } 
 | 
        public string Rdata { get; set; } 
 | 
        public int res { get ; set; } 
 | 
    } 
 | 
} 
 |