package com.mes.hollow.controller;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
/**
|
* (HollowGlassRelationInfo)表控制层
|
*
|
* @author makejava
|
* @since 2024-11-23 15:59:27
|
*/
|
@RestController
|
@RequestMapping("hollowGlassRelationInfo")
|
public class HollowGlassRelationInfoController {
|
|
}
|