fwq
2023-11-20 fd072182f80ac601c142ef31cff39ff0709e9077
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;
}