| | |
| | | @TableField("update_by") |
| | | private Long updateBy; |
| | | |
| | | public BasCrnOpt() {} |
| | | public BasCrnOpt() { |
| | | } |
| | | |
| | | public BasCrnOpt(Integer wrkNo,Integer crnNo,Date sendTime,String mode,Integer sourceRow,Integer sourceBay,Integer sourceLev,Integer sourceSta,Integer posRow,Integer posBay,Integer posLev,Integer posSta,Integer response,Date updateTime,Long updateBy) { |
| | | this.wrkNo = wrkNo; |
| | |
| | | } |
| | | |
| | | public String getResponse$(){ |
| | | if (null == this.response){ return null; } |
| | | if (null == this.response) { |
| | | return null; |
| | | } |
| | | switch (this.response){ |
| | | case 1: |
| | | return "正常"; |