|
|
@@ -1,6 +1,7 @@
|
|
|
package com.dk.mdm.model.pojo.mst;
|
|
|
|
|
|
import cn.afterturn.easypoi.excel.annotation.Excel;
|
|
|
+import com.alibaba.fastjson.JSONArray;
|
|
|
import com.baomidou.mybatisplus.annotation.*;
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
@@ -95,7 +96,7 @@ public class MeasureRoom extends PageInfo<MeasureRoom> implements Serializable {
|
|
|
@Excel(name = "量尺附件 (index(显示顺序)、name(文件名)、path(路径)、type(类型)、time(上传时间)...)")
|
|
|
@ApiModelProperty(value = "量尺附件 (index(显示顺序)、name(文件名)、path(路径)、type(类型)、time(上传时间)...)")
|
|
|
@TableField(typeHandler = JsonTypeHandler.class)
|
|
|
- private JSONObject measureAnnex;
|
|
|
+ private JSONArray measureAnnex;
|
|
|
|
|
|
|
|
|
/**
|