refactor(sis): 1
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-17 16:22:16 +08:00
parent f35a15fc23
commit 894cb912f0
2 changed files with 15 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ import org.dromara.common.mybatis.core.page.TableDataInfo;
@RequiredArgsConstructor
@RestController
@RequestMapping("/factory")
public class TdFactoryController extends BaseController {
public class TbFactoryController extends BaseController {
private final ITbFactoryService tdFactoryService;