投诉图片回显
This commit is contained in:
parent
5972d6c7b9
commit
b25009c986
|
|
@ -1,5 +1,6 @@
|
|||
package com.bonus.canteen.core.alloc.domain;
|
||||
|
||||
import com.bonus.canteen.core.common.utils.FileUrlUtil;
|
||||
import com.bonus.common.core.annotation.Excel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
|
@ -68,5 +69,7 @@ public class AllocCanteenSuggestion extends BaseEntity {
|
|||
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
||||
private Long replyState;
|
||||
|
||||
|
||||
public String getComplaintPicture() {
|
||||
return FileUrlUtil.getFileUrl(this.complaintPicture);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue