fix(#16):修复商户入驻时间为指定日期,并非当前日期

This commit is contained in:
2023-08-10 16:33:41 +08:00
parent c89a5f20ad
commit 98866a8de5
3 changed files with 4 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ type TenementCreationForm struct {
InvoicePhone *string `json:"invoicePhone"`
Bank *string `json:"bank"`
Account *string `json:"bankAccount"`
MoveIn *string `json:"moveIn"`
}
type TenementQueryResponse struct {