Commit bbfb13cb by lilei

删除提交多的文件

parent 5364c523
package org.springblade.founder.utils;
import org.springblade.founder.ydjwhc.entity.Cpxx;
import org.springblade.founder.ydjwhc.entity.Jzxx;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
import java.util.Map;
/**
* @auther: Lilei
* @date: 2023/3/8 14:37
*/
@RestController
public class testController {
// @PostMapping("testRch")
// public R testRch(String zjhm){
// List<String> cphByZjhm = KtInterfaceUtils.getCphByZjhm(zjhm);
//
// return R.ok().data("rows",cphByZjhm);
// }
}
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