/// <summary>
 /// 依SQL指令執行
 /// </summary>
 public int _DB_Execute_Async(string strSql)
 {
     return(DBC.ExecCmdAsync(strSql));
 }