update 显示提现单号和提现申请时间

This commit is contained in:
2023-10-31 11:47:07 +08:00
parent a1d9480706
commit e7bc7fa292
3 changed files with 8 additions and 7 deletions

View File

@@ -46,4 +46,7 @@ public class MerchantClearingBillVO {
// 提现单号
private String withdrawCode;
// 提现申请时间
private String applicationTime;
}