package com.stylefeng.guns.modular.system.model; import lombok.Data; import java.util.Date; @Data public class OrderLading { private String customerName; private String customerAddress; private String customerPhone; private String portAddress; private Date orderCreateTime; private Date shipmentDate; private String ourRef; private String sb; private String po; private String custRef; private String entry; private String endCompanyName; private String endCompanyAddress; private String endContactName; private String endContactPhone; }