This commit is contained in:
邹宗楠
2022-07-12 14:39:20 +08:00
parent 9ecc91077b
commit c22137d83b

View File

@@ -43,7 +43,6 @@ type AddWithdrawalRecordReq struct {
func (*WithdrawalRecord) TableUnique() [][]string {
return [][]string{
[]string{"OrderID"},
[]string{"AlipayOrderId"},
}
}