using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ICSSoft.Entity{ public class ICSOutsourcingReturnBack { public string ODNRTCode; public string User; public DateTime MTime; }}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Entity
{
public class ICSOutsourcingReturnBack
public string ODNRTCode;
public string User;
public DateTime MTime;
}