| | |
| | | import com.core.common.Cools; |
| | | import com.core.common.R; |
| | | import com.zy.common.web.BaseController; |
| | | import com.zy.system.entity.User; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | |
| | | } |
| | | |
| | | @PostMapping("/table/jar/state") |
| | | @ManagerAuth(memo = "JAR信息表") |
| | | // @ManagerAuth(memo = "JAR信息表") |
| | | public R jarStateTable(){ |
| | | List<JarStateTableVo> list = new ArrayList<>(); |
| | | List<BasJar> jars = basJarService.selectList(new EntityWrapper<BasJar>().orderBy("jar_no")); |