ghy-all/ghy-payment/src/main/java/com/ghy/payment/response/FinancialCountResponse.java

16 lines
223 B
Java
Raw Normal View History

2022-06-01 18:11:29 +08:00
package com.ghy.payment.response;
import lombok.Data;
@Data
public class FinancialCountResponse {
private String createTime;
private String payCount;
private String incomeCount;
private String flag;
}