using NetAdmin.Domain.Dto.Sys.UserWallet; namespace NetAdmin.SysComponent.Application.Modules.Sys; /// /// 用户钱包模块 /// public interface IUserWalletModule : ICrudModule;