pub fn mapper<T>(db: MySqlPool) -> BaseMapper<T>where T: for<'a> FromRow<'a, MySqlRow> + Send + Unpin + Debug + Serialize + BaseEntity,