|  |  | 
 |  |  |     private Boolean inoutEveryday; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 物料类型{1:单品,2:高频,3:混放} | 
 |  |  |      * 物料类型{1:单品区,2:高频混放区,3:低频混放区} | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "物料类型") | 
 |  |  |     @TableField("man_type") | 
 |  |  |     private Integer manType; | 
 |  |  |     @TableField("mat_type") | 
 |  |  |     private Integer matType; | 
 |  |  |  | 
 |  |  |     public Mat() {} | 
 |  |  |  | 
 |  |  | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getManType$() { | 
 |  |  |         if (this.manType == null) { | 
 |  |  |     public String getMatType$() { | 
 |  |  |         if (this.matType == null) { | 
 |  |  |             return ""; | 
 |  |  |         } | 
 |  |  |         switch (this.manType) { | 
 |  |  |         switch (this.matType) { | 
 |  |  |             case 1: | 
 |  |  |                 return "单品"; | 
 |  |  |                 return "单品区"; | 
 |  |  |             case 2: | 
 |  |  |                 return "高频"; | 
 |  |  |                 return "高频混放区"; | 
 |  |  |             case 3: | 
 |  |  |                 return "混放"; | 
 |  |  |                 return "低频混放区"; | 
 |  |  |             default: | 
 |  |  |                 return ""; | 
 |  |  |         } |