wujian
2024-05-31 b26a2da3d454b93b496bc364a024f978f3edfd7e
jcdm-main/src/main/java/com/jcdm/main/restful/qingYan/service/ExternalInterface.java
@@ -19,10 +19,7 @@
import com.jcdm.main.restful.qingYan.doman.ParentVO;
import com.jcdm.main.restful.qingYan.doman.PostEntity;
import org.springframework.beans.factory.annotation.Autowired;
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 org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import java.lang.reflect.Field;
@@ -76,6 +73,11 @@
    }
    @PostMapping("/saveKeyCodeCheck")
    public void saveKeyCodeCheckList(){
    }
    /**