摘要: 1 public class DataTableToSQLte 2 { 3 private string tableName; 4 5 public string TableName 6 { 7 get { return tableName; } 8 set { tableName = value; 阅读全文
posted @ 2021-01-08 16:50 铁道兵 阅读(344) 评论(0) 推荐(0) 编辑