From 708af80624ab9b87c0003ab8db8dbc77df2e3c0c Mon Sep 17 00:00:00 2001 From: huangzj <826100833@qq.com> Date: Tue, 16 May 2023 09:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/njcn/algorithm/pojo/po/CsEdDataPO.java | 6 +----- .../main/java/com/njcn/algorithm/pojo/vo/CsEdDataVO.java | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/po/CsEdDataPO.java b/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/po/CsEdDataPO.java index 50c05205c..4f52573dd 100644 --- a/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/po/CsEdDataPO.java +++ b/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/po/CsEdDataPO.java @@ -86,10 +86,6 @@ public class CsEdDataPO extends BaseEntity { @TableField(value = "file_path") private String filePath; - /** - * 装置类型 - */ - @TableField(value = "type") - private String type; + } \ No newline at end of file diff --git a/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/vo/CsEdDataVO.java b/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/vo/CsEdDataVO.java index b69d10f55..cd1d1a97f 100644 --- a/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/vo/CsEdDataVO.java +++ b/pqs-algorithm/algorithm-api/src/main/java/com/njcn/algorithm/pojo/vo/CsEdDataVO.java @@ -77,7 +77,6 @@ public class CsEdDataVO extends BaseEntity { @ApiModelProperty(value = ".bin文件") private String filePath; - @ApiModelProperty(value = "type") - private String type; + } \ No newline at end of file