public int Update(TCmRole obj) { return(Mapper().Update("Update", obj)); }
public int Insert(TCmRole obj) { int id = Mapper().Insert("Insert", obj); return(id); }