|  |  |  | 
|---|
|  |  |  | @TableField("lev") | 
|---|
|  |  |  | private short lev; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 码盘完成上报 默认0.未上报,1.已上报 | 
|---|
|  |  |  | @TableField("mp_completed_report") | 
|---|
|  |  |  | private Integer mpCompletedReport; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.createTime); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getMp$() { | 
|---|
|  |  |  | if(Cools.isEmpty(this.mp)) { | 
|---|
|  |  |  | return ""; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return this.mp == 1 ? "Y" : "N"; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getMpCompletedReport$() { | 
|---|
|  |  |  | if(Cools.isEmpty(this.mpCompletedReport)) { | 
|---|
|  |  |  | return ""; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return this.mpCompletedReport == 1 ? "Y" : "N"; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getIoType$() { | 
|---|
|  |  |  | BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class); | 
|---|
|  |  |  | BasWrkIotype basWrkIotype = service.selectById(this.ioType); | 
|---|