包装产线看板数据
parent
a3e5cc9282
commit
7d3cda3c4d
@ -0,0 +1,26 @@
|
|||||||
|
package com.op.mes.controller;
|
||||||
|
|
||||||
|
import lombok.RequiredArgsConstructor;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* remark
|
||||||
|
*
|
||||||
|
* @author 019117
|
||||||
|
* @date
|
||||||
|
*/
|
||||||
|
@RestController
|
||||||
|
@RequestMapping("/mesProductLine")
|
||||||
|
@RequiredArgsConstructor
|
||||||
|
public class MesProductLineController {
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生产线汇总看板数据
|
||||||
|
* **/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue