|  |  | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import com.zy.asrs.service.BasProcessProceduresService; | 
 |  |  | import com.zy.asrs.service.BasQualityTestingService; | 
 |  |  | import com.zy.common.utils.Synchro; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | import lombok.Data; | 
 |  |  |  | 
 |  |  | 
 |  |  |     private String boxType3 = "1"; | 
 |  |  |  | 
 |  |  |     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 "是"; |