生成运营商日报接口

This commit is contained in:
Guoqs
2025-02-20 16:50:30 +08:00
parent c2644b8c3a
commit 75dc4a20ca
3 changed files with 51 additions and 2 deletions

View File

@@ -53,6 +53,11 @@ public class QueryOrderDTO extends BaseEntity {
*/
private String stationId;
/**
* 运营商id列表
*/
private List<String> merchantIdList;
/**
* 站点Id列表
*/