czt
2024-12-04 4cd59354a33d72da0da52540adc4a0262e4aa9d0
src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java
@@ -2,10 +2,10 @@
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
import com.fzzy.api.entity.ApiParent;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.Id;
import javax.persistence.Column;
import java.io.Serializable;
import java.util.Date;
@@ -13,26 +13,19 @@
 * 接口表-粮食出库信息
 */
@Data
@EqualsAndHashCode(callSuper = false)
public class Nx2023Api1205 extends ApiParent implements Serializable {
public class Nx2023Api1205 implements Serializable {
    /**
     *
     */
    private static final long serialVersionUID = -6381473449862569451L;
    //业务单号由 12 位数字组成,第 1-2 位为业务编码(15 代表粮食出库),第 3-8 位依次为年份的后两位、2 位月份、2位日期,后四位为顺序码。例如:141605041234
    @Id
    @PropertyDef(label = "出库业务单号")
    private String ckywdh;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "计划明细号")
    private String jhmxh;
    @PropertyDef(label = "出库通知单号")
    private String cktzdh;
@@ -46,6 +39,9 @@
    @PropertyDef(label = "合同号")
    private String hth;
    @PropertyDef(label = "质检报告单号")
    private String zjbgdh;
    @PropertyDef(label = "承运人")
    private String cyr;
@@ -89,6 +85,10 @@
    @PropertyDef(label = "产地代码")
    private String cddm;
    @PropertyDef(label = "检斤类型", description = "0:称重入库(默认)1:标准包入库")
    @JsonProperty("Jjlx")
    private String jjlx = "0";
    @PropertyDef(label = "皮重(公斤)")
    private double pz;
@@ -147,8 +147,14 @@
    @PropertyDef(label = "出库结算单号")
    private String ckjsdh;
    @PropertyDef(label = "收支类型")
    private String szlx;
    @PropertyDef(label = "统一出库结算单号")
    private String tyckjsdh;
    @PropertyDef(label = "生成方式")
    private Integer scfs;
    @PropertyDef(label = "手动补录原因")
    private String sdblyy;
    @PropertyDef(label = "备注")
    private String bz;