domain ->entity,SQL -> lowercase

domain ->entity,SQL ->  lowercase
This commit is contained in:
MaxKey
2021-04-19 20:03:30 +08:00
parent b4d7911afc
commit 5f21d81346
272 changed files with 1259 additions and 1246 deletions

View File

@@ -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;

View File

@@ -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;