package com.fzzy.push.shjdjw2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import java.io.Serializable; import java.util.Date; @Data @EqualsAndHashCode(callSuper = false) public class ShjdjwApi1403 implements Serializable { @PropertyDef(label = "轮换计划单号") private String jhbm; @PropertyDef(label = "计划年度") private String jhnd; @PropertyDef(label = "开始执行日期") @JSONField(format = "yyyy-MM-dd") private Date kszxrq; @PropertyDef(label = "截止执行日期") @JSONField(format = "yyyy-MM-dd") private Date jzzxrq; @PropertyDef(label = "计划下达单位") private String jhxddw; @PropertyDef(label = "计划下达时间") @JSONField(format = "yyyy-MM-dd") private Date jhxdsj; @PropertyDef(label = "操作标志") private String czbz; @PropertyDef(label = "计划名称") private String jhmc; @PropertyDef(label = "品种") private String wlzhmc; @PropertyDef(label = "收获年度") private String shnd; @PropertyDef(label = "实际完成日期") private String sjwcrq; @PropertyDef(label = "计划状态") private String jhbz; @PropertyDef(label = "轮入轮出类型") private String lrlclx; @PropertyDef(label = "轮入数量") private Double lrsl; @PropertyDef(label = "轮出数量") private Double lcsl; @PropertyDef(label = "收购数量") private Double sgsl; @PropertyDef(label = "销售数量") private Double xssl; @PropertyDef(label = "批次号") private String pch; }