Merge branch 'ps1' into 'main'

changes EBIT利润率_含投资收益(%)

See merge request root/IndexCalculation!33
This commit is contained in:
彭森 2023-01-13 07:27:19 +00:00
commit 6942d20f71
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from fastapi import APIRouter
from pydantic import BaseModel
INDEX = "EBIT利润率(含投资收益)%"
INDEX = "EBIT利润率_含投资收益%"
router = APIRouter()