fix: 南靖初始化

njxyy
chenhc 5 months ago
parent d30f964fe2
commit a147727df1

@ -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";
}

@ -24,15 +24,13 @@
<result column="INVNAME" jdbcType="VARCHAR" property="invname" />
<result column="CORPID" jdbcType="VARCHAR" property="corpid" />
<result column="CORPNAME" jdbcType="VARCHAR" property="corpname" />
<result column="REMARK" jdbcType="VARCHAR" property="remark" />
<result column="REMARK1" jdbcType="VARCHAR" property="remark1" />
<result column="REMARK2" jdbcType="VARCHAR" property="remark2" />
<result column="REMARK3" jdbcType="VARCHAR" property="remark3" />
<result column="REMARK" jdbcType="TIMESTAMP" property="remark" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
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
</sql>
</mapper>
Loading…
Cancel
Save