feat: 系统设置功能

This commit is contained in:
2024-04-01 14:15:49 +08:00
parent bbe2fd35e1
commit 0081e21fc8
8 changed files with 21 additions and 140 deletions
@@ -30,7 +30,7 @@ import org.apache.poi.ss.formula.functions.T;
*/
@Api(tags="设备")
@RestController
@RequestMapping("/1/khDevice")
@RequestMapping("/khDevice")
@Slf4j
public class KhDeviceController extends JeroController<KhDevice, IKhDeviceService> {
@Autowired