mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
domain ->entity,SQL -> lowercase
domain ->entity,SQL -> lowercase
This commit is contained in:
@@ -19,7 +19,7 @@ package org.maxkey.identity.rest;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import org.maxkey.domain.Organizations;
|
||||
import org.maxkey.entity.Organizations;
|
||||
import org.maxkey.persistence.service.OrganizationsService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.http.HttpStatus;
|
||||
|
||||
@@ -19,7 +19,7 @@ package org.maxkey.identity.rest;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import org.maxkey.domain.UserInfo;
|
||||
import org.maxkey.entity.UserInfo;
|
||||
import org.maxkey.persistence.service.UserInfoService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Qualifier;
|
||||
|
||||
Reference in New Issue
Block a user