using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TPayterm { public uint PayDevId { get; set; } public byte? PayType { get; set; } public byte? Protocl { get; set; } public string Address { get; set; } } }