Compare commits
8 Commits
af40995f1e
...
371a062547
| Author | SHA1 | Date |
|---|---|---|
|
|
371a062547 | 2 months ago |
|
|
09a95bf36c | 2 months ago |
|
|
f2c88e0ecf | 2 months ago |
|
|
62226981d0 | 2 months ago |
|
|
d4a01a9789 | 2 months ago |
|
|
98756e0a16 | 2 months ago |
|
|
7d3cda3c4d | 2 months ago |
|
|
a3e5cc9282 | 2 months ago |
@ -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