| | |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.StoreTypeService; |
| | | import com.zy.common.utils.Synchro; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | |
| | | } |
| | | |
| | | public String getBeBatch$(){ |
| | | if (null == this.beBatch){ return null; } |
| | | if (null == this.beBatch) { |
| | | return null; |
| | | } |
| | | switch (this.beBatch){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getSource$(){ |
| | | if (null == this.source){ return null; } |
| | | if (null == this.source) { |
| | | return null; |
| | | } |
| | | switch (this.source){ |
| | | case 1: |
| | | return "制造"; |
| | |
| | | } |
| | | |
| | | public String getInspect$(){ |
| | | if (null == this.inspect){ return null; } |
| | | if (null == this.inspect) { |
| | | return null; |
| | | } |
| | | switch (this.inspect){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getDanger$(){ |
| | | if (null == this.danger){ return null; } |
| | | if (null == this.danger) { |
| | | return null; |
| | | } |
| | | switch (this.danger){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getStandby1$() { |
| | | StoreTypeService service = SpringUtils.getBean(StoreTypeService.class); |
| | | StoreType storeType = service.selectById(this.standby1); |
| | | if (!Cools.isEmpty(storeType)) { |
| | | return String.valueOf(storeType.getStoreName()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public String getModiTime$(){ |
| | | if (Cools.isEmpty(this.modiTime)){ |
| | | return ""; |