| | |
| | | import java.io.Serializable; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | import java.util.Objects; |
| | | |
| | | @Data |
| | | @TableName("man_order_detl_pakin") |
| | |
| | | } |
| | | |
| | | public String getPakinPakoutStatus$(){ |
| | | if (Objects.isNull(pakinPakoutStatus)) {return null;} |
| | | switch (this.pakinPakoutStatus){ |
| | | case 1: |
| | | return "Y"; |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | public String getStatus$(){ |
| | | if (null == this.status){ return null; } |
| | | switch (this.status){ |
| | |
| | | if (null != this.anfme && this.workQty != null) { |
| | | return this.anfme - this.workQty; |
| | | } |
| | | // if (null != this.anfme && this.qty != null) { |
| | | // return this.anfme - this.qty; |
| | | // } |
| | | return null; |
| | | } |
| | | |