| | |
| | | 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; |
| | | |
| | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | private String tyhwbm; |
| | | |
| | | @PropertyDef(label = "出库通知单号") |
| | | private String cktzdh; |
| | | |
| | |
| | | |
| | | @PropertyDef(label = "合同号") |
| | | private String hth; |
| | | |
| | | @PropertyDef(label = "质检报告单号") |
| | | private String zjbgdh; |
| | | |
| | | @PropertyDef(label = "承运人") |
| | | private String cyr; |
| | |
| | | @PropertyDef(label = "出库结算单号") |
| | | private String ckjsdh; |
| | | |
| | | @PropertyDef(label = "生成方式") |
| | | private String scfs; |
| | | |
| | | @PropertyDef(label = "手动补录原因") |
| | | private String sdblyy; |
| | | |
| | | @PropertyDef(label = "备注") |
| | | private String bz; |
| | | |