| | |
| | | |
| | | 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 javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | | import javax.persistence.Id; |
| | | import javax.persistence.Table; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | * |
| | | */ |
| | | private static final long serialVersionUID = 760284619085936798L; |
| | | |
| | | |
| | | //12 位数字组成,第 1-2 位为业务代码(14代表粮食入库),第 3-8 位依次为年份的后两位、2 位月份、2 位日期,后四位为顺序码。例如:141605041234 |
| | | |
| | |
| | | @PropertyDef(label = "更新时间") |
| | | private Date zhgxsj; |
| | | |
| | | @PropertyDef(label = "批次号") |
| | | private String pch = "无"; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | | @PropertyDef(label = "驳运单号") |
| | | private String bydh = "无"; |
| | | |
| | | @PropertyDef(label = "检斤单号") |
| | | private String jjdh = "无"; |
| | | @PropertyDef(label = "操作标志") |
| | | |
| | | @PropertyDef(label = "轮换年度") |
| | | private String lhnd; |
| | | |
| | | |
| | | @PropertyDef(label = "粮食性质转变单号") |
| | | private String lsxzzbdh; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "记账日期") |
| | | private Date jzrq; |
| | | |
| | | } |
| | | } |