using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; namespace Lskj.PubEncryption { public class Transmission { /// /// 返回上一次的账套 /// public string txtZT=""; /// /// 返回上一次的账套 /// public string txtZTName = ""; /// /// 返回上一次的IP /// public string txtiP = ""; /// /// 返回上一次的IP端口 /// public string txtport = ""; /// /// 返回的数据源 /// public DataTable BandTable; } }