diff --git a/src/main/java/com/glxp/mipsdl/entity/njxyy/A005.java b/src/main/java/com/glxp/mipsdl/entity/njxyy/A005.java
index 4c2eb55..b476c35 100644
--- a/src/main/java/com/glxp/mipsdl/entity/njxyy/A005.java
+++ b/src/main/java/com/glxp/mipsdl/entity/njxyy/A005.java
@@ -1,8 +1,7 @@
 package com.glxp.mipsdl.entity.njxyy;
 
-import com.baomidou.mybatisplus.annotation.IdType;
+import cn.hutool.core.date.DateTime;
 import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
 import com.baomidou.mybatisplus.annotation.TableName;
 import java.math.BigDecimal;
 import java.util.Date;
@@ -15,7 +14,7 @@ import lombok.NoArgsConstructor;
 @Builder
 @AllArgsConstructor
 @NoArgsConstructor
-@TableName(value = "view_nj.a005")
+@TableName(value = "a005")
 public class A005 {
     @TableField(value = "CPMCTYMC")
     private String cpmctymc;
@@ -78,62 +77,6 @@ public class A005 {
     private String corpname;
 
     @TableField(value = "REMARK")
-    private String remark;
+    private Date remark;
 
-    @TableField(value = "REMARK1")
-    private String remark1;
-
-    @TableField(value = "REMARK2")
-    private String remark2;
-
-    @TableField(value = "REMARK3")
-    private String remark3;
-
-    public static final String COL_CPMCTYMC = "CPMCTYMC";
-
-    public static final String COL_THRCODE = "THRCODE";
-
-    public static final String COL_AMECODE = "AMECODE";
-
-    public static final String COL_GGXH = "GGXH";
-
-    public static final String COL_BATCHNO = "BATCHNO";
-
-    public static final String COL_MEASNAME = "MEASNAME";
-
-    public static final String COL_PRICE = "PRICE";
-
-    public static final String COL_PRODUCTIONDATE = "PRODUCTIONDATE";
-
-    public static final String COL_EXPIREDATE = "EXPIREDATE";
-
-    public static final String COL_YLQXZCRBARMC = "YLQXZCRBARMC";
-
-    public static final String COL_ZCZBHHZBAPZBH = "ZCZBHHZBAPZBH";
-
-    public static final String COL_MANUFACTURER = "MANUFACTURER";
-
-    public static final String COL_MANUFACTORYCODE = "MANUFACTORYCODE";
-
-    public static final String COL_AMOUNT = "AMOUNT";
-
-    public static final String COL_RECOUNT = "RECOUNT";
-
-    public static final String COL_INOUTTYPE = "INOUTTYPE";
-
-    public static final String COL_INVCODE = "INVCODE";
-
-    public static final String COL_INVNAME = "INVNAME";
-
-    public static final String COL_CORPID = "CORPID";
-
-    public static final String COL_CORPNAME = "CORPNAME";
-
-    public static final String COL_REMARK = "REMARK";
-
-    public static final String COL_REMARK1 = "REMARK1";
-
-    public static final String COL_REMARK2 = "REMARK2";
-
-    public static final String COL_REMARK3 = "REMARK3";
 }
\ No newline at end of file
diff --git a/src/main/resources/mybatis/mapper/other/njxyy/A005Mapper.xml b/src/main/resources/mybatis/mapper/other/njxyy/A005Mapper.xml
index b4015e9..9a2f308 100644
--- a/src/main/resources/mybatis/mapper/other/njxyy/A005Mapper.xml
+++ b/src/main/resources/mybatis/mapper/other/njxyy/A005Mapper.xml
@@ -24,15 +24,13 @@
     
     
     
-    
-    
-    
-    
+    
+
   
   
     
     CPMCTYMC, THRCODE, AMECODE, GGXH, BATCHNO, MEASNAME, PRICE, PRODUCTIONDATE, EXPIREDATE, 
     YLQXZCRBARMC, ZCZBHHZBAPZBH, MANUFACTURER, MANUFACTORYCODE, AMOUNT, RECOUNT, INOUTTYPE, 
-    INVCODE, INVNAME, CORPID, CORPNAME, REMARK, REMARK1, REMARK2, REMARK3
+    INVCODE, INVNAME, CORPID, CORPNAME, REMARK
   
 
\ No newline at end of file