private string DeleteSql = "delete RS_TRAIN where T_ID = @T_ID";  都不知道这个@T_ID是什么?
   private const string PARM_T_ID = "@T_ID";
    private const string PARM_T_COM_ID = "@T_COM_ID";
    private const string PARM_T_NAME = "@T_NAME";
    private const string PARM_T_START_TIME = "@T_START_TIME";
    private const string PARM_T_OVER_TIME = "@T_OVER_TIME";
    private const string PARM_T_CONTENT = "@T_CONTENT";
    private const string PARM_T_COST = "@T_COST";
    private const string PARM_T_TEACHER = "@T_TEACHER";
    private const string PARM_T_BAK = "@T_BAK";
    private const string PARM_T_ADDTIME = "@T_ADDTIME";
    private const string PARM_T_ADDUSER = "@T_ADDUSER";