| | |
| | | import com.zy.asrs.entity.OrderDetl; |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Set; |
| | | |
| | |
| | | |
| | | //销售订单行号 |
| | | private String isoseq; |
| | | |
| | | //生产日期 |
| | | private Date proddate; |
| | | |
| | | //到期日期 |
| | | private Date deadline; |
| | | |
| | | public DetlDto() { |
| | | } |
| | |
| | | this.csocode = csocode; |
| | | this.isoseq = isoseq; |
| | | this.containerCode = containerCode; |
| | | } |
| | | |
| | | public DetlDto(String matnr, String batch, Double anfme, String csocode, String isoseq, String containerCode, Date proddate, Date deadline) { |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.csocode = csocode; |
| | | this.isoseq = isoseq; |
| | | this.containerCode = containerCode; |
| | | this.proddate = proddate; |
| | | this.deadline = deadline; |
| | | } |
| | | |
| | | public DetlDto(String orderNo, String matnr, String batch, Double anfme, String csocode, String isoseq) { |
| | |
| | | return null; |
| | | } |
| | | |
| | | |
| | | public static void main(String[] args) { |
| | | boolean a = Cools.eq("a", null); |
| | | System.out.println(a); |