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