陶杰
2024-12-09 5ad09ba698249ad641ec9b9f2e1c51509b69ec1b
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;
}