ZengTao
9 天以前 4bef3c1a0dd435b4c6bf8f8429db67dac027ed6b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.mes.bigstorage.controller;
 
 
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
/**
 * (BigStorageGlassRelationInfo)表控制层
 *
 * @author makejava
 * @since 2024-11-24 10:17:42
 */
@RestController
@RequestMapping("bigStorageGlassRelationInfo")
public class BigStorageGlassRelationInfoController {
 
}