liujie
8 天以前 c660ceee86823ecb107dc22ffdf12fe6fe1bc4ce
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.system.vo;
 
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class GetWithdrawalDetailVo {
    @ApiModelProperty("凭证")
    private String img;
    @ApiModelProperty("备注")
    private String remark;
}