package com.ld.igds.models;
|
|
import com.bstek.dorado.annotation.PropertyDef;
|
import lombok.Data;
|
import javax.persistence.Column;
|
import javax.persistence.Entity;
|
import javax.persistence.Id;
|
import javax.persistence.Table;
|
import java.io.Serializable;
|
import java.util.Date;
|
|
/**
|
* @Desc: 副食产品信息
|
* @author: czt
|
* @update-time: 2023/09/14
|
*/
|
@Data
|
@Entity
|
@Table(name = "D_FOOD_INFO")
|
public class FoodInfo implements Serializable {
|
|
private static final long serialVersionUID = 9157617424050247565L;
|
|
@Id
|
@PropertyDef(label = "产品编号")
|
@Column(name = "cpbh", length = 28)
|
private String cpbh;
|
|
@Column(name = "COMPANY_ID_", length = 10)
|
@PropertyDef(label = "组织编码")
|
private String companyId;
|
|
@Column(name = "DEPT_ID_", length = 40)
|
@PropertyDef(label = "所属分库")
|
private String deptId;
|
|
@PropertyDef(label = "加工企业编号")
|
@Column(name = "jljgqybh", length = 100)
|
private String jljgqybh;
|
|
@PropertyDef(label = "品牌ID")
|
@Column(name = "jlppid", length = 25)
|
private String jlppid;
|
|
@PropertyDef(label = "品牌名称")
|
@Column(name = "jlppmc", length = 50)
|
private String jlppmc;
|
|
@PropertyDef(label = "品种编号")
|
@Column(name = "lspzbm", length = 50)
|
private String lspzbm;
|
|
@PropertyDef(label = "产品名称")
|
@Column(name = "cpmc", length = 50)
|
private String cpmc;
|
|
@PropertyDef(label = "产品等级")
|
@Column(name = "pzdj", length = 50)
|
private String pzdj;
|
|
@PropertyDef(label = "计量单位编号")
|
@Column(name = "jldwbm", length = 50)
|
private String jldwbm;
|
|
@PropertyDef(label = "计量单位名称")
|
@Column(name = "jldwmc", length = 50)
|
private String jldwmc;
|
|
@PropertyDef(label = "包装方式编码")
|
@Column(name = "bzfsbm", length = 50)
|
private String bzfsbm;
|
|
@PropertyDef(label = "包装方式名称")
|
@Column(name = "bzfsmc", length = 50)
|
private String bzfsmc;
|
|
@PropertyDef(label = "包装规格")
|
@Column(name = "bzgg", length = 50)
|
private String bzgg;
|
|
@PropertyDef(label = "计数规格")
|
@Column(name = "hsgg", length = 50)
|
private String hsgg;
|
|
@PropertyDef(label = "生产厂家")
|
@Column(name = "sccj", length = 50)
|
private String sccj;
|
|
@PropertyDef(label = "产品类型")
|
@Column(name = "cplx", length = 50)
|
private String cplx;
|
|
@PropertyDef(label = "保质期")
|
@Column(name = "bzq")
|
private Date bzq;
|
|
@PropertyDef(label = "产地")
|
@Column(name = "cd", length = 50)
|
private String cd;
|
|
@PropertyDef(label = "生产日期")
|
@Column(name = "scrq")
|
private Date scrq;
|
|
@PropertyDef(label = "联系人")
|
@Column(name = "lxr", length = 50)
|
private String lxr;
|
|
@PropertyDef(label = "电话")
|
@Column(name = "dh", length = 50)
|
private String dh;
|
|
@PropertyDef(label = "传真")
|
@Column(name = "cz", length = 50)
|
private String cz;
|
|
@PropertyDef(label = "邮箱")
|
@Column(name = "email", length = 50)
|
private String email;
|
|
@PropertyDef(label = "QQ")
|
@Column(name = "qq", length = 50)
|
private String qq;
|
|
@PropertyDef(label = "企业概况")
|
@Column(name = "qygk", length = 50)
|
private String qygk;
|
|
@PropertyDef(label = "产品介绍")
|
@Column(name = "cpjs", length = 50)
|
private String cpjs;
|
|
@PropertyDef(label = "营业执照")
|
@Column(name = "yyzz", length = 50)
|
private String yyzz;
|
|
@PropertyDef(label = "组织机构代码证")
|
@Column(name = "zzjgdmz", length = 50)
|
private String zzjgdmz;
|
|
@PropertyDef(label = "税务登记证")
|
@Column(name = "swdjz", length = 50)
|
private String swdjz;
|
|
@PropertyDef(label = "食品流通许可证")
|
@Column(name = "spltxkz", length = 50)
|
private String spltxkz;
|
|
@PropertyDef(label = "一般纳税人资格证明")
|
@Column(name = "ybnsrzgz", length = 50)
|
private String ybnsrzgz;
|
|
@PropertyDef(label = "市军供中心审核意见")
|
@Column(name = "sjgzx", length = 50)
|
private String sjgzx;
|
|
@PropertyDef(label = "军粮服务有限公司审核意见")
|
@Column(name = "jlfwgs", length = 50)
|
private String jlfwgs;
|
|
@PropertyDef(label = "省军供中心意见")
|
@Column(name = "sjgzxyj", length = 50)
|
private String sjgzxyj;
|
|
@PropertyDef(label = "单价")
|
@Column(name = "dj", length = 50)
|
private String dj;
|
|
@PropertyDef(label = "生产许可证号")
|
@Column(name = "scxkz", length = 50)
|
private String scxkz;
|
|
@PropertyDef(label = "加工工艺")
|
@Column(name = "jggy", length = 50)
|
private String jggy;
|
|
@PropertyDef(label = "质量信息")
|
@Column(name = "zlxx", length = 50)
|
private String zlxx;
|
|
@PropertyDef(label = "营养信息")
|
@Column(name = "yyxx", length = 50)
|
private String yyxx;
|
|
@PropertyDef(label = "备注")
|
@Column(name = "bz", length = 200)
|
private String bz;
|
|
@Column(name = "UPDATE_TIME_")
|
@PropertyDef(label = "更新时间")
|
private Date updateTime;
|
|
}
|