1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
package com.epmet.controller.plugins; |
|||
|
|||
import org.springframework.web.bind.annotation.RequestMapping; |
|||
import org.springframework.web.bind.annotation.RestController; |
|||
|
|||
/** |
|||
* 工作日志数据采集 |
|||
* |
|||
* @author yinzuomei@elink-cn.com |
|||
* @date 2021/1/22 10:10 |
|||
*/ |
|||
@RestController |
|||
@RequestMapping("plugins/workrecord") |
|||
public class WorkRecordColController { |
|||
//todo
|
|||
} |
Loading…
Reference in new issue