mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
feat: 对接银行模块接口,即将上线功能
This commit is contained in:
@@ -8,6 +8,9 @@ namespace Yi.Framework.Bbs.Domain.Shared.Etos
|
||||
{
|
||||
public class MoneyChangeEventArgs
|
||||
{
|
||||
public MoneyChangeEventArgs() { }
|
||||
public MoneyChangeEventArgs(Guid userId, decimal changeNumber) { UserId = userId; Number = changeNumber; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户id
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user