|
@@ -16,11 +16,12 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * FileName: TemplateController
|
|
|
|
|
|
+ * 模版管理
|
|
* Author: chenjianhua
|
|
* Author: chenjianhua
|
|
* Date: 2024/9/25 18:46
|
|
* Date: 2024/9/25 18:46
|
|
* Description: ${DESCRIPTION}
|
|
* Description: ${DESCRIPTION}
|
|
*/
|
|
*/
|
|
|
|
+@SystemLog(value = "模版管理")
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/v1/template-setting")
|
|
@RequestMapping("/v1/template-setting")
|
|
public class TemplateSettingController {
|
|
public class TemplateSettingController {
|