fhx
2024-03-04 b156efaa0d9bc62c95d87f0b9ea916669c6c1d3e
phis-download-feign/src/main/java/com/hz/his/dto/DRefundDto.java
@@ -1,20 +1,18 @@
package com.hz.his.dto;
import com.hz.his.dto.common.DCommonDto;
import lombok.Data;
/**
 * 退款单
 **/
@Data
public class DRefundDto {
public class DRefundDto extends DCommonDto {
    private String shopId;
    private String sourceType;
    private Integer status;
    private String keyWord;
    private String startTime;
    private String endTime;
    private String roleId;
}