fwq
2023-09-19 e44f07bb95bc949af5532beeeeab688fdafc4189
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;
}