|
@@ -3,6 +3,7 @@ package org.jeecg.modules.fbsPuArrivalvouch.entity;
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import lombok.Data;
|
|
@@ -479,4 +480,31 @@ public class FbsArrivalVouchs implements Serializable {
|
|
|
|
|
|
@Excel(name = "cfactorycode", width = 15)
|
|
|
private String cfactorycode;
|
|
|
+
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String index;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String arriveDate;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String vendorName;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String materialCode;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String materialName;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String specs;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String memo;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String arriveSum;
|
|
|
+
|
|
|
+
|
|
|
}
|