完善lsfx mock服务上传状态接口与部署文档
This commit is contained in:
@@ -129,6 +129,8 @@ class BankStatementItem(BaseModel):
|
||||
cashType: str = Field("1", description="现金类型")
|
||||
commentsNum: int = Field(0, description="评论数")
|
||||
crAmount: float = Field(0, description="贷方金额")
|
||||
createDate: str = Field(..., description="创建日期")
|
||||
createdBy: str = Field("902001", description="创建人")
|
||||
cretNo: str = Field(..., description="证件号")
|
||||
currency: str = Field("CNY", description="币种")
|
||||
customerAccountMaskNo: str = Field(..., description="客户账号")
|
||||
@@ -158,6 +160,7 @@ class BankStatementItem(BaseModel):
|
||||
transfromBalanceAmount: int = Field(0, description="转换余额")
|
||||
trxBalance: int = Field(0, description="交易余额")
|
||||
trxDate: str = Field(..., description="交易日期")
|
||||
uploadSequnceNumber: int = Field(..., description="上传序列号")
|
||||
userMemo: str = Field(..., description="用户备注")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user