src/main/java/com/fzzy/api/entity/Api1201.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/fzzy/api/entity/Api1202.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/fzzy/api/entity/Api1203.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/fzzy/api/entity/Api1205.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/fzzy/api/entity/Api1208.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/fzzy/api/entity/Api1212.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/fzzy/api/entity/Api1201.java
@@ -92,7 +92,7 @@ @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "签订日期") @Column(name = "qdrq", length = 10) @Column(name = "qdrq") private Date qdrq; @JSONField(format = "yyyy-MM-dd") @@ -126,7 +126,7 @@ private BigDecimal htzje; @PropertyDef(label = "履约保证金") @Column(name = "lybzj") @Column(name = "lybzj", precision = 20, scale = 6) private double lybzj; @JSONField(format = "yyyy-MM-dd") @@ -136,22 +136,22 @@ @JSONField(name = "Lysl") @PropertyDef(label = "履约数量") @Column(name = "lysl") @Column(name = "lysl", precision = 20, scale = 6) private double lysl; @JSONField(name = "Lyl") @PropertyDef(label = "履约率") @Column(name = "lyl") @Column(name = "lyl", precision = 20, scale = 6) private double lyl; @JSONField(name = "Jsjg") @PropertyDef(label = "结算价格") @Column(name = "jsjg") @Column(name = "jsjg", precision = 20, scale = 6) private double jsjg; @JSONField(name = "Jszje",serializeUsing = NumberSerializer.class) @JSONField(name = "Jszje", serializeUsing = NumberSerializer.class) @PropertyDef(label = "结算总金额") @Column(name = "jszje") @Column(name = "jszje", precision = 20, scale = 6) private BigDecimal jszje; @PropertyDef(label = "结算与合同一致性") src/main/java/com/fzzy/api/entity/Api1202.java
@@ -59,6 +59,10 @@ @Column(name = "hth", length = 64) private String hth; @PropertyDef(label = "粮权归属单位代码") @Column(name = "lqgsdwdm", length = 18) private String lqgsdwdm; @PropertyDef(label = "承运人") @Column(name = "cyr", length = 64) private String cyr; @@ -210,6 +214,10 @@ @Column(name = "qzhlmkl", precision = 20, scale = 6) private double qzhlmkl; @PropertyDef(label = "其中:其他扣量(公斤)") @Column(name = "qzqtkl", precision = 20, scale = 6) private double qzqtkl; @PropertyDef(label = "整理费用折扣量(公斤)") @Column(name = "zlfyzkl", precision = 20, scale = 6) private double zlfyzkl; src/main/java/com/fzzy/api/entity/Api1203.java
@@ -83,6 +83,10 @@ @Column(name = "jyjg", length = 1) private String jyjg; @PropertyDef(label = "食品安全指标是否合格") @Column(name = "spaqzbsfhg", length = 1) private String spaqzbsfhg; @PropertyDef(label = "粮食品种代码") @Column(name = "lspzdm", length = 7) private String lspzdm; src/main/java/com/fzzy/api/entity/Api1205.java
@@ -38,6 +38,10 @@ @Column(name = "hwdm", length = 30) private String hwdm; @PropertyDef(label = "计划明细号") @Column(name = "jhmxh", length = 50) private String jhmxh; @PropertyDef(label = "出库通知单号") @Column(name = "cktzdh", length = 32) private String cktzdh; @@ -116,6 +120,10 @@ @Column(name = "cddm", length = 6) private String cddm; @PropertyDef(label = "检斤类型", description = "0:称重入库(默认)1:标准包入库") @Column(name = "jjlx", length = 1) private String jjlx = "0"; @PropertyDef(label = "皮重(公斤)") @Column(name = "pz", precision = 20, scale = 6) private double pz; src/main/java/com/fzzy/api/entity/Api1208.java
@@ -24,122 +24,122 @@ @Table(name = "API_1208") @EqualsAndHashCode(callSuper = false) public class Api1208 extends ApiParent implements Serializable { public static String SORT_PROP = "rcsj"; public static String SORT_PROP = "rcsj"; /** * */ private static final long serialVersionUID = -5548540780391804729L; @JSONField(serialize = false) @Id @Column(name = "id", length = 40) private String id; @PropertyDef(label = "货位代码" ) * */ private static final long serialVersionUID = -5548540780391804729L; @JSONField(serialize = false) @Id @Column(name = "id", length = 40) private String id; @PropertyDef(label = "货位代码") @Column(name = "hwdm", length = 30) private String hwdm; @PropertyDef(label = "粮食品种代码" ) @PropertyDef(label = "粮食品种代码") @Column(name = "lspzdm", length = 7) private String lspzdm; @PropertyDef(label = "粮食性质代码" ) @PropertyDef(label = "粮食性质代码") @Column(name = "lsxzdm", length = 3) private String lsxzdm; @PropertyDef(label = "粮食等级代码" ) @PropertyDef(label = "粮食等级代码") @Column(name = "lsdjdm", length = 2) private String lsdjdm; @PropertyDef(label = "收获年度" ) @PropertyDef(label = "收获年度") @Column(name = "shnd", length = 4) private String shnd; @PropertyDef(label = "国别" ) @PropertyDef(label = "国别") @Column(name = "gb", length = 6) private String gb; @PropertyDef(label = "产地" ) @PropertyDef(label = "产地") @Column(name = "cd", length = 6) private String cd; @PropertyDef(label = "保管员" ) @PropertyDef(label = "保管员") @Column(name = "bgy", length = 64) private String bgy; @PropertyDef(label = "粮权归属单位代码" ) @PropertyDef(label = "粮权归属单位代码") @Column(name = "lqgsdwdm", length = 18) private String lqgsdwdm; @JSONField(serialize = false) @PropertyDef(label = "粮权行政区划代码" ) @PropertyDef(label = "粮权行政区划代码") @Column(name = "lqxzqhdm", length = 18) private String lqxzqhdm; @PropertyDef(label = "管理方式" ) @PropertyDef(label = "管理方式") @Column(name = "glfs", length = 2) private String glfs; @PropertyDef(label = "收储地点" ) @PropertyDef(label = "收储地点") @Column(name = "scdd", length = 1) private String scdd; @PropertyDef(label = "储粮方式" ) @PropertyDef(label = "储粮方式") @Column(name = "clfs", length = 1) private String clfs; @PropertyDef(label = "货位(油罐)状态" ) @PropertyDef(label = "货位(油罐)状态") @Column(name = "hwzt", length = 1) private String hwzt; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "入仓时间" ) @Column(name = "rcsj", length = 19) @PropertyDef(label = "入仓时间") @Column(name = "rcsj") private Date rcsj; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "封仓日期" ) @PropertyDef(label = "封仓日期") @Column(name = "fcrq") private Date fcrq; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "出仓完成时间" ) @PropertyDef(label = "出仓完成时间") @Column(name = "ccwcsj") private Date ccwcsj; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "清仓时间" ) @PropertyDef(label = "清仓时间") @Column(name = "qcsj") private Date qcsj; @PropertyDef(label = "实际数量(公斤)" ) @PropertyDef(label = "实际数量(公斤)") @Column(name = "sjsl", precision = 20, scale = 6) private double sjsl; @PropertyDef(label = "计价数量(公斤)" ) @PropertyDef(label = "计价数量(公斤)") @Column(name = "jjsl", precision = 20, scale = 6) private double jjsl; @PropertyDef(label = "成货位前损耗(公斤)" ) @PropertyDef(label = "成货位前损耗(公斤)") @Column(name = "chwqsh", precision = 20, scale = 6) private double chwqsh; @PropertyDef(label = "包存粮包数(包)" ) @PropertyDef(label = "包存粮包数(包)") @Column(name = "bclbs") private Integer bclbs; @PropertyDef(label = "实际装粮线高(米)" ) @PropertyDef(label = "实际装粮线高(米)") @Column(name = "sjzlxg", precision = 20, scale = 6) private double sjzlxg; @PropertyDef(label = "粮堆体积(立方米)" ) @PropertyDef(label = "粮堆体积(立方米)") @Column(name = "ldtj", precision = 20, scale = 6) private double ldtj; @PropertyDef(label = "备注" ) @PropertyDef(label = "备注") @Column(name = "bz", length = 400) private String bz; src/main/java/com/fzzy/api/entity/Api1212.java
@@ -22,89 +22,93 @@ @Data @Entity @Table(name = "API_1212") @EqualsAndHashCode(callSuper=false) @EqualsAndHashCode(callSuper = false) public class Api1212 extends ApiParent implements Serializable { public static String SORT_PROP = "kqmc"; /** * */ private static final long serialVersionUID = 7045890079349304758L; @JSONField(serialize = false) @Id @Column(name = "id") private String id; @PropertyDef(label = "单位代码",required =true ) public static String SORT_PROP = "kqmc"; /** * */ private static final long serialVersionUID = 7045890079349304758L; @JSONField(serialize = false) @Id @Column(name = "id") private String id; @PropertyDef(label = "单位代码", required = true) @Column(name = "dwdm", length = 18) private String dwdm; @PropertyDef(label = "单位名称",required =true ) @PropertyDef(label = "单位名称", required = true) @Column(name = "dwmc", length = 256) private String dwmc; @PropertyDef(label = "库区名称" ) @PropertyDef(label = "库区代码") @Column(name = "kqdm", length = 21) private String kqdm; @PropertyDef(label = "库区名称") @Column(name = "kqmc", length = 256) private String kqmc; @PropertyDef(label = "客户类型",required =true ) @PropertyDef(label = "客户类型", required = true) @Column(name = "khlx", length = 1) private String khlx; @PropertyDef(label = "客户统一社会信用代码或身份证号" ) @PropertyDef(label = "客户统一社会信用代码或身份证号") @Column(name = "khtyshxydmhsfzh", length = 18) private String khtyshxydmhsfzh; @PropertyDef(label = "客户名称",required =true ) @PropertyDef(label = "客户名称", required = true) @Column(name = "khmc", length = 256) private String khmc; @PropertyDef(label = "法定代表人" ) @PropertyDef(label = "法定代表人") @Column(name = "fddbr", length = 64) private String fddbr; @PropertyDef(label = "通讯地址" ) @PropertyDef(label = "通讯地址") @Column(name = "txdz", length = 512) private String txdz; @PropertyDef(label = "邮政编码" ) @PropertyDef(label = "邮政编码") @Column(name = "yzbm", length = 6) private String yzbm; @PropertyDef(label = "联系人姓名" ) @PropertyDef(label = "联系人姓名") @Column(name = "lxrxm", length = 64) private String lxrxm; @PropertyDef(label = "联系电话" ) @PropertyDef(label = "联系电话") @Column(name = "lxrdh", length = 20) private String lxrdh; @PropertyDef(label = "联系人身份证号" ) @PropertyDef(label = "联系人身份证号") @Column(name = "lxrsfzh", length = 18) private String lxrsfzh; @PropertyDef(label = "电子信箱" ) @PropertyDef(label = "电子信箱") @Column(name = "dzyx", length = 64) private String dzyx; @PropertyDef(label = "客户方开户行" ) @PropertyDef(label = "客户方开户行") @Column(name = "khfkhh", length = 3) private String khfkhh; @PropertyDef(label = "客户方账号" ) @PropertyDef(label = "客户方账号") @Column(name = "khfzh", length = 30) private String khfzh; @PropertyDef(label = "操作标志" ) @PropertyDef(label = "操作标志") @Column(name = "czbz", length = 1) private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "更新时间" ) @PropertyDef(label = "更新时间") @Column(name = "zhgxsj") private Date zhgxsj;