陶杰
2024-12-06 0bc0cd632d4e1ea9b5e06729c6b8a96f0cd9f2ba
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.mzl.flower.dto.request.wallet;
 
import lombok.Data;
 
@Data
public class QueryWalletAmountDTO {
 
    private String userId;
 
    private Long SupplierId;
 
    private String startTime;
}