pub trait Bs721<T, C>: Bs721Execute<T, C> + Bs721Query<T>where T: Serialize + DeserializeOwned + Clone, C: CustomMsg,{ }