using System; using System.Collections.Generic; using System.Text; using Business.Core.Attributes; using System.IO; namespace Business.StructuredDB.Sqe { /// /// /// public class sqe_transfer { /// /// /// public Int64 id { get; set; } /// /// /// public string filePath { get; set; } /// /// /// public string fileName { get; set; } /// /// /// public string uploadType { get; set; } /// /// /// public string createBy { get; set; } /// /// /// public string createOrg { get; set; } /// /// /// public DateTime? createTime { get; set; } /// /// /// public Int64 glid { get; set; } } }