fix: 修复银行汇率问题

This commit is contained in:
chenchun
2024-06-26 12:46:39 +08:00
parent 5b109e91d1
commit b30662d2b4
4 changed files with 39 additions and 34 deletions

View File

@@ -1,15 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Volo.Abp.DependencyInjection;
using Volo.Abp.DependencyInjection;
namespace Yi.Framework.Bbs.Domain.Managers.BankValue
{
[Dependency(ReplaceServices = true)]
internal class RandownBankValueProvider : IBankValueProvider, ITransientDependency
{
public decimal StandardValue => 1000;
public Task<decimal> GetValueAsync()
{
var currentNumber = new Random().Next(800, 1200);