From a17848fca2fd7643951e2342a8985e249ec7b93f Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 09 九月 2025 15:38:54 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Entities/UserServer/Users/UserWallet.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FlexJobApi.Core/Entities/UserServer/Users/UserWallet.cs b/FlexJobApi.Core/Entities/UserServer/Users/UserWallet.cs index 4e4c60d..e0f9206 100644 --- a/FlexJobApi.Core/Entities/UserServer/Users/UserWallet.cs +++ b/FlexJobApi.Core/Entities/UserServer/Users/UserWallet.cs @@ -1,4 +1,5 @@ -锘縰sing System; +锘縰sing Furion.DatabaseAccessor; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -9,7 +10,7 @@ /// <summary> /// 鐢ㄦ埛閽卞寘 /// </summary> - public class UserWallet : CommonEntity + public class UserWallet : CommonEntity<MasterDbContextLocator> { /// <summary> /// 鐢ㄦ埛淇℃伅Id -- Gitblit v1.9.1