@@ -17,6 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
* Date: 2024/9/25 18:46
* Description: ${DESCRIPTION}
*/
+@SystemLog(value = "模版管理")
@RestController
@RequestMapping("/v1/template")
public class TemplateController {