Commit 02e8d249 authored by 陈涛's avatar 陈涛

修改更新接口

parent 3aac36fc
......@@ -140,6 +140,7 @@ class UpdateAdjustBill(BaseModel):
price: Optional[float] = Field(None, description="价格")
record_time: Optional[int] = Field(None, description='记录时间')
remark: Optional[str] = Field(default="", description="备注")
fund_share: Optional[float] = Field(None, description="基金份额")
class Config:
orm_mode = True
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment