新建工程

This commit is contained in:
Xubx 2025-01-08 16:52:50 +08:00
parent 6991bd42e8
commit 472dd2aba4
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package org.jeecg.modules.contoller;
public class UserController {
}

View File

@ -0,0 +1,4 @@
package org.jeecg.modules.service;
public class UserService {
}