diff --git a/src/main/java/com/dsic/gj_erp/controller/fd/DmXqdwcjcdController.java b/src/main/java/com/dsic/gj_erp/controller/fd/DmXqdwcjcdController.java new file mode 100644 index 0000000..3164c40 --- /dev/null +++ b/src/main/java/com/dsic/gj_erp/controller/fd/DmXqdwcjcdController.java @@ -0,0 +1,75 @@ +package com.dsic.gj_erp.controller.fd; + +import cn.hutool.core.util.StrUtil; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.dsic.gj_erp.annotation.AuthFunction; +import com.dsic.gj_erp.bean.ResultBean; +import com.dsic.gj_erp.bean.fd.DmXqdwcjcd; +import com.dsic.gj_erp.service.fd.DmXqdwcjcdService; +import io.swagger.annotations.Authorization; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; + +import java.util.List; +import java.util.Map; + +/** + *
+ * 前端控制器 + *
+ * + * @author xhj + * @since 2023-06-16 + */ +@RestController +@RequestMapping("/api/dmXqdwcjcd") +public class DmXqdwcjcdController { + + @Autowired + DmXqdwcjcdService dmXqdwcjcdService; + + + @PostMapping("/getXqdwcjcdList") + @AuthFunction + public ResultBean getXqdwcjcdList(@RequestBody Map