新增 根据汇付会员id查询分账汇总数据接口

This commit is contained in:
YAS\29473
2025-04-14 17:02:09 +08:00
parent bc7fa82f71
commit 247185202e
8 changed files with 192 additions and 4 deletions

View File

@@ -13,4 +13,8 @@ public class SplitConfigStationDTO {
* 汇付会员ID
*/
private String adapayMemberId;
private String startTime;
private String endTime;
}