提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
@@ -0,0 +1,34 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
namespace Lskj.PubEncryption
{
public class Transmission
{
/// <summary>
/// 返回上一次的账套
/// </summary>
public string txtZT="";
/// <summary>
/// 返回上一次的账套
/// </summary>
public string txtZTName = "";
/// <summary>
/// 返回上一次的IP
/// </summary>
public string txtiP = "";
/// <summary>
/// 返回上一次的IP端口
/// </summary>
public string txtport = "";
/// <summary>
/// 返回的数据源
/// </summary>
public DataTable BandTable;
}
}