查询交易记录接口, 添加停止原因字段

This commit is contained in:
Guoqs
2024-11-25 09:56:59 +08:00
parent 186b7beb70
commit 3c7a917a6e
2 changed files with 8 additions and 2 deletions

View File

@@ -46,4 +46,9 @@ public class PersonPileConnectorSumInfoVO {
* 来源(4G/BT) sourceType
*/
private String sourceType;
/**
* 停止原因
*/
private String stopReasonMsg;
}