fhx
2024-04-01 fcfc7c0510592aade38d4ef84070e0445964334c
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;
}