package com.mes.uppattenusage.controller; // //import com.mes.uppattenusage.service.GlassInfoService; //import com.mes.uppattenusage.entity.OptimizeUpPattenUsage; //import com.mes.uppattenusage.entity.UpPattenUsage; //import com.mes.glassinfo.entity.GlassInfo; //import com.mes.uppattenusage.service.UpPattenUsageService; //import com.mes.utils.Result; //import io.swagger.annotations.ApiOperation; //import lombok.extern.slf4j.Slf4j; //import org.springframework.beans.factory.annotation.Autowired; //import org.springframework.web.bind.annotation.GetMapping; //import org.springframework.web.bind.annotation.RequestBody; //import org.springframework.web.bind.annotation.RequestMapping; //import org.springframework.web.bind.annotation.RestController; // //import java.util.List; // ///** // *
// * 前端控制器 // *
// * // * @author zhoush // * @since 2024-04-18 // */ //@RestController //@RequestMapping("/up-patten-usage") //@Slf4j //public class UpPattenUsageController { // // @Autowired // private UpPattenUsageService upPattenUsageService; // @Autowired // private GlassInfoService glassInfoService; // @ApiOperation("显示正在出片的工程信息") // @GetMapping("/prioritylist") //查询现在上片机的玻璃信息 // public Result