1 2 3 4 5
//! 操作日志服务 /// 操作日志服务 #[async_trait] pub trait IOperationLogService: Send + Sync + 'static {}