YYC
2025-03-26 c75c27634f569b439c83d606b052257df3d82f0a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
package com.fzzy.push.gd2023.dto;
 
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
import com.fzzy.api.entity.ApiParent;
import lombok.Data;
import lombok.EqualsAndHashCode;
 
import java.io.Serializable;
import java.util.Date;
 
/**
 * 接口表-粮食出库信息接口
 */
@Data
@EqualsAndHashCode(callSuper = false)
public class Gd2023Api1205 extends ApiParent implements Serializable {
    /**
     * 
     */
    private static final long serialVersionUID = -5548540780391804729L;
 
    @PropertyDef(label = "出库业务单号")
    private String ckywdh;
 
    @PropertyDef(label = "货位代码")
    private String hwdm;
 
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
 
    @PropertyDef(label = "计划明细号")
    private String jhmxh;
 
    @PropertyDef(label = "出库通知单号")
    private String cktzdh;
 
    @PropertyDef(label = "业务类型", description = "1:出库(默认)")
    private String ywlx = "1";
 
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "业务日期")
    private Date ywrq;
 
    @PropertyDef(label = "合同号")
    private String hth;
 
    @PropertyDef(label = "承运人")
    private String cyr;
 
    @PropertyDef(label = "联系电话")
    private String lxdh;
 
    @PropertyDef(label = "身份证号")
    private String sfzh;
 
    @PropertyDef(label = "运输工具")
    private String ysgj;
 
    @PropertyDef(label = "卸粮地点")
    private String xldd;
 
    @PropertyDef(label = "车船号")
    private String cch;
 
    @PropertyDef(label = "车船号类型")
    private String cchlx;
 
    @PropertyDef(label = "挂车号")
    private String gch;
 
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "登记时间")
    private Date djsj;
 
    @PropertyDef(label = "登记门岗人员姓名")
    private String djmgryxm;
 
    @PropertyDef(label = "粮食品种代码")
    private String lspzdm;
 
    @PropertyDef(label = "粮食等级代码")
    private String lsdjdm;
 
    @PropertyDef(label = "粮食性质代码")
    private String lsxzdm;
 
    @PropertyDef(label = "收获年度")
    private String shnd;
 
    @PropertyDef(label = "产地代码")
    private String cddm;
 
    @PropertyDef(label = "检斤类型", description = "0:称重入库(默认)1:标准包入库")
    private String jjlx = "0";
 
    @PropertyDef(label = "皮重(公斤)")
    private double pz;
 
    @PropertyDef(label = "皮重监磅员")
    private String pzjby;
 
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "皮重计量时间")
    private Date pzjlsj;
 
    @PropertyDef(label = "皮重计量员")
    private String pzjly;
 
    @PropertyDef(label = "毛重(公斤)")
    private double mz;
 
    @PropertyDef(label = "毛重监磅员")
    private String mzjby;
 
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "毛重计量时间")
    private Date mzjlsj;
 
    @PropertyDef(label = "毛重计量员")
    private String mzjly;
 
    @PropertyDef(label = "包装物")
    private String bzw;
 
    @PropertyDef(label = "标准包单包重(公斤)")
    private double bzbdbz;
 
    @PropertyDef(label = "标准包件数(件)")
    private Integer bzbjs;
 
    @PropertyDef(label = "净重(公斤)")
    private double jz;
 
    @PropertyDef(label = "扣/增量(公斤)")
    private double kzl;
 
    @PropertyDef(label = "扣(增)量原因", description = "扣(增)量不为0时,需注明原因")
    private String kzlyy;
 
    @PropertyDef(label = "值仓保管员姓名")
    private String zcbgyxm;
 
    @PropertyDef(label = "装卸作业单位")
    private String zxzydw;
 
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "出门时间")
    private Date cmsj;
 
    @PropertyDef(label = "出门确认门岗人员姓名")
    private String cmqrmgryxm;
 
    @PropertyDef(label = "出库结算单号")
    private String ckjsdh;
 
    @PropertyDef(label = "质检报告单号")
    private String zjbgdh;
 
    @PropertyDef(label = "生成方式")
    private Integer scfs;
 
    @PropertyDef(label = "手动补录原因")
    private String sdblyy;
 
    @PropertyDef(label = "备注")
    private String bz;
 
    @PropertyDef(label = "操作标志")
    private String czbz;
 
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "最后更新时间")
    private Date zhgxsj;
}