Commit ac45ca4a by songyinghui

feature: 调试

parent cb1032c8
...@@ -8,13 +8,16 @@ import com.gic.content.api.service.ContentSettingApiService; ...@@ -8,13 +8,16 @@ import com.gic.content.api.service.ContentSettingApiService;
import com.gic.haoban.manage.web.vo.content.ContentSettingVO; import com.gic.haoban.manage.web.vo.content.ContentSettingVO;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/** /**
* 好办-内容配置
* @Author MUSI * @Author MUSI
* @Date 2023/11/29 10:43 AM * @Date 2023/11/29 10:43 AM
* @Description * @Description
* @Version * @Version
**/ **/
@RestController
@RequestMapping(path = "/content/setting") @RequestMapping(path = "/content/setting")
public class ContentSettingController { public class ContentSettingController {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment