|
|
@@ -8,6 +8,7 @@ import com.dk.common.infrastructure.handler.JsonTypeHandler;
|
|
|
import com.dk.common.infrastructure.handler.TimestampTypeHandler;
|
|
|
import com.dk.common.infrastructure.handler.UuidTypeHandler;
|
|
|
import com.dk.common.model.pojo.PageInfo;
|
|
|
+import com.dk.common.model.vo.AnnexVO;
|
|
|
import com.dk.mdm.model.vo.sale.OrderItemVO;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
@@ -54,7 +55,7 @@ public class FreezeVO extends PageInfo<FreezeVO> implements Serializable {
|
|
|
@Excel(name = "附件 (index(显示顺序)、name(文件名)、path(路径)、type(类型)、time(上传时间)...)")
|
|
|
@ApiModelProperty(value = "附件 (index(显示顺序)、name(文件名)、path(路径)、type(类型)、time(上传时间)...)")
|
|
|
@TableField(typeHandler = JsonTypeHandler.class)
|
|
|
- private JSONArray annexPaths;
|
|
|
+ private List<AnnexVO> annexPaths;
|
|
|
|
|
|
/**
|
|
|
* 冻结单号
|