public static object Insert(ALARMAPPEND t) { return(BaseDA.Insert <ALARMAPPEND>("InsertALARMAPPEND", t)); }
public static int Update(ALARMAPPEND t) { return(BaseDA.Update <ALARMAPPEND>("UpdateALARMAPPEND", t)); }