File was renamed from phis-feign/src/main/java/com/hz/phis/dt/user/money/UserWaitIncDt.java |
| | |
| | | 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; |
| | | /**资金类型*/ |
| | |
| | | /**状态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; |