- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace PMS.BusinessModels.ComplaintManage
- {
- public class FTPuploadModel
- {
- public string code { set; get; }
- public string errormessage { set; get; }
- public string data { set; get; }
- }
- }
|