zhoushihao
2025-11-06 b21caa5499c50384f3a3a5dd795a7a0ad197d36f
hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/controller/GlassInfoController.java
@@ -1,6 +1,7 @@
package com.mes.glassinfo.controller;
import io.swagger.annotations.Api;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -13,6 +14,7 @@
 * @author wu
 * @since 2024-04-29
 */
@Api(tags = "玻璃小片信息")
@RestController
@RequestMapping("/glassinfo/glass-info")
public class GlassInfoController {