cloudroam
2024-11-07 37f3d16b75bb388d665c93ff0ed3945093df42bc
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;
}