changes 平均资本回报率bug

This commit is contained in:
P3ngSaM 2023-01-06 11:09:43 +08:00
parent a16b2f2c2b
commit fb7fead1a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from fastapi import APIRouter from fastapi import APIRouter
from pydantic import BaseModel from pydantic import BaseModel
INDEX = "平均资本回报率(%" INDEX = "平均资本回报率(%"
router = APIRouter() router = APIRouter()