fwq
2022-07-22 f5bce1128a4b9c8ccc0eb636747d060ce93e3135
phis-feign/src/main/java/com/hz/his/dto/user/money/UserWaitIncDto.java
File was renamed from phis-feign/src/main/java/com/hz/phis/dt/user/money/UserWaitIncDt.java
@@ -1,12 +1,14 @@
package com.hz.phis.dt.user.money;
package com.hz.his.dto.user.money;
import com.hz.his.dto.PageDto;
import lombok.Data;
/**
 * 用户待领取增值金列表
 * @author fwq
 * */
public class UserWaitIncDt extends PageDto {
@Data
public class UserWaitIncDto extends PageDto {
    /**phis用户标识*/
    private String userId;
    /**资金类型*/
@@ -16,37 +18,6 @@
    /**状态0 等待处理 1 处理成功*/
    private Integer status;
    public String getUserId() {
        return userId;
    }
    public void setUserId(String userId) {
        this.userId = userId;
    }
    public Integer getFundType() {
        return fundType;
    }
    public void setFundType(Integer fundType) {
        this.fundType = fundType;
    }
    public Integer getFundOpType() {
        return fundOpType;
    }
    public void setFundOpType(Integer fundOpType) {
        this.fundOpType = fundOpType;
    }
    public Integer getStatus() {
        return status;
    }
    public void setStatus(Integer status) {
        this.status = status;
    }
    /**资金类型-储值金*/
    public static final int FUND_TYPE_STORED_VALUE_FUND = 0;