树形字典
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package com.njcn.gather;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
package com.njcn.gather.user.user.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.njcn.gather.user.user.pojo.po.SysUser;
|
||||
|
||||
/**
|
||||
* @author caozehui
|
||||
* @since 2024-11-08
|
||||
*/
|
||||
public interface ISysUserService extends IService<SysUser> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user