|  |  | 
 |  |  |         } | 
 |  |  |         return null; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getOwner$(){ | 
 |  |  |         LocOwnerService service = SpringUtils.getBean(LocOwnerService.class); | 
 |  |  |         LocOwner locOwner = service.selectById(this.owner); | 
 |  |  | 
 |  |  |         } | 
 |  |  |         return null; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     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 "是"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getFrozen$() { | 
 |  |  |         if (null == this.frozen){ return "未冻结"; } | 
 |  |  |         if (null == this.frozen) { | 
 |  |  |             return "未冻结"; | 
 |  |  |         } | 
 |  |  |         switch (this.frozen){ | 
 |  |  |             case 0: | 
 |  |  |                 return "未冻结"; |