| | |
| | | package cn.exrick.xboot.your.entity; |
| | | |
| | | import cn.exrick.xboot.core.base.XbootBaseEntity; |
| | | import cn.exrick.xboot.your.util.ImageShowUtil; |
| | | import cn.hutool.core.util.StrUtil; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | |
| | | |
| | | @ApiModelProperty(value = "分段名称") |
| | | private String areaSectionName; |
| | | } |
| | | |
| | | public String getImg() { |
| | | this.img = ImageShowUtil.getImgX(this.img); |
| | | return this.img; |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | String img = ",,http://111.63.178.115:9091/xboot/file/view/1712990736426864641,,/xboot/file/view/1712990822305239041,,"; |
| | | OrderTask2 o = new OrderTask2(); |
| | | o.setImg(img); |
| | | System.out.println(o.getImg()); |
| | | } |
| | | } |