parent
3380ca271d
commit
245a5a23c3
@ -0,0 +1,27 @@
|
|||||||
|
package com.mudu.entity.dto.response;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiModel;
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author dong
|
||||||
|
* @since 2024/6/12 13:56
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@ApiModel("图片响应类")
|
||||||
|
public class XcTpResponse {
|
||||||
|
|
||||||
|
|
||||||
|
@ApiModelProperty("附件地址")
|
||||||
|
private String FJDZ;
|
||||||
|
|
||||||
|
@ApiModelProperty("附件后缀")
|
||||||
|
private String FJHZ;
|
||||||
|
|
||||||
|
@ApiModelProperty("附件类型")
|
||||||
|
private String FJLX;
|
||||||
|
|
||||||
|
@ApiModelProperty("附件名称")
|
||||||
|
private String FJMC;
|
||||||
|
}
|
Loading…
Reference in new issue