新增 后管批量手动退款临时接口

This commit is contained in:
Lemon
2025-03-07 09:39:00 +08:00
parent 50bc20e01b
commit d3f5db910b
4 changed files with 56 additions and 1 deletions

View File

@@ -51,4 +51,6 @@ public class ApplyRefundDTO {
* 钱包编号
*/
private String walletCode;
private List<String> orderCoderList;
}