From 8c2ea1392d56f9e1fd08ed2643acaaaf17d8ceda Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 10 Oct 2022 11:35:53 +0800 Subject: [PATCH] bug fix --- supplier/supplierApply.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supplier/supplierApply.go b/supplier/supplierApply.go index 29fa733..fe57bd5 100644 --- a/supplier/supplierApply.go +++ b/supplier/supplierApply.go @@ -105,6 +105,7 @@ type ArgsSupplierApplyReAudit struct { Password string // 密码 Liaison string // 联系人 Phone string // 手机号 + PayType uint // 结算类型 Annex string // 附件 }