| | |
| | | |
| | | import lombok.Data; |
| | | |
| | | import java.text.ParseException; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 海诺尔U8出库单同步参数 |
| | | */ |
| | | @Data |
| | | public class OpenOrderPakoutParam { |
| | | public class |
| | | OpenOrderPakoutParam { |
| | | |
| | | //入库单号 |
| | | private String cCode; |
| | | |
| | | //单据日期 |
| | | private Date dDate; |
| | | private String dDate; |
| | | |
| | | //类型 |
| | | private String type; |
| | |
| | | //制单人 |
| | | private String cMaker; |
| | | |
| | | //公司 |
| | | //主体 |
| | | private String cAccount; |
| | | |
| | | public void setcCusName(String cCusName) { |
| | | this.cCusName = cCusName; |
| | | } |
| | | |
| | | //公司 |
| | | private String cCusName; |
| | | |
| | | //调拨 |
| | | private String allocation; |
| | |
| | | //备注 |
| | | private String cMemo; |
| | | |
| | | private List<Body> aDDBody; |
| | | private List<Body> ADDBody; |
| | | |
| | | //private List<DetlDto> orderDetails; |
| | | public void setcCode(String cCode) { |
| | | this.cCode = cCode; |
| | | } |
| | | |
| | | public void setdDate(String dDate) throws ParseException { |
| | | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-DD hh:mm:ss"); |
| | | this.dDate = sdf.parse(dDate); |
| | | public void setdDate(String dDate) { |
| | | // SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-DD hh:mm:ss"); |
| | | // this.dDate = sdf.parse(dDate); |
| | | |
| | | this.dDate = dDate; |
| | | } |
| | | |
| | | public void setdDate$(Date dDate) { |
| | | this.dDate = dDate; |
| | | } |
| | | // public void setdDate$(Date dDate) { |
| | | // this.dDate = dDate; |
| | | // } |
| | | |
| | | public void setcMaker(String cMaker) { |
| | | this.cMaker = cMaker; |
| | |
| | | } |
| | | |
| | | public void setaDDBody(List<Body> aDDBody) { |
| | | this.aDDBody = aDDBody; |
| | | this.ADDBody = aDDBody; |
| | | } |
| | | |
| | | public void setAllocation(String allocation) { |
| | |
| | | private Double iQuantity; |
| | | //批号 |
| | | private String cBatch; |
| | | |
| | | //批号 |
| | | private String cPackage; |
| | | //行备注 |
| | | private String cbMemo; |
| | | |