shiyunteng
4 小时以前 2db76f2066701cbe292f206ad49a7f8523b8aa9f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.by4cloud.platformx.business.dto;
 
import lombok.Data;
 
@Data
public class SyncPaymentRecepitDTO {
 
    private String startDate;
 
    private String endDate;
 
    private String bipCode;
 
    private Integer pageSize;
 
    private Integer pageNum;
 
}