mespcn异步任务
							parent
							
								
									d3f754c8a6
								
							
						
					
					
						commit
						cf26f7eadd
					
				| @ -0,0 +1,27 @@ | |||||||
|  | package cn.estsh.i3plus.pojo.mes.model; | ||||||
|  | 
 | ||||||
|  | import cn.estsh.i3plus.pojo.mes.bean.MesProduceSn; | ||||||
|  | import io.swagger.annotations.ApiParam; | ||||||
|  | import lombok.Data; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * @Description: 条码解绑实体 | ||||||
|  |  * @Reference: | ||||||
|  |  * @Author: siliter.yuan | ||||||
|  |  * @CreateDate: 2020-06-28-11:44 | ||||||
|  |  * @Modify: | ||||||
|  |  **/ | ||||||
|  | @Data | ||||||
|  | public class FutrueTaskModel { | ||||||
|  | 
 | ||||||
|  |     @ApiParam("实现类") | ||||||
|  |     private Object futrueTaskService; | ||||||
|  | 
 | ||||||
|  |     @ApiParam("包装条码") | ||||||
|  |     private StationRequestBean stationRequestBean; | ||||||
|  | 
 | ||||||
|  |     @ApiParam("过程条码") | ||||||
|  |     private MesProduceSn produceSn; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue