package com.mes.hollowtask.controller;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
/**
|
* (HollowBigStorageCageHistoryTask)表控制层
|
*
|
* @author makejava
|
* @since 2024-11-27 15:22:45
|
*/
|
@RestController
|
@RequestMapping("hollowBigStorageCageHistoryTask")
|
public class HollowBigStorageCageHistoryTaskController {
|
|
}
|