mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-02 10:57:49 +08:00
优化依赖
This commit is contained in:
@@ -25,6 +25,7 @@ import org.hswebframework.web.commons.entity.Entity;
|
||||
*
|
||||
* @author zhouhao
|
||||
* @see Entity
|
||||
* @see MapperEntityFactory
|
||||
* @since 3.0
|
||||
*/
|
||||
public interface EntityFactory {
|
||||
|
||||
@@ -22,7 +22,6 @@ package org.hswebframework.web.entity.config;
|
||||
import org.hswebframework.web.commons.entity.GenericEntity;
|
||||
import org.hswebframework.web.commons.entity.RecordCreationEntity;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
</insert>
|
||||
|
||||
<delete id="deleteByPk" parameterType="String">
|
||||
delete from s_config where u_id =#{id}
|
||||
delete from s_menu where u_id =#{id}
|
||||
</delete>
|
||||
|
||||
<delete id="delete" parameterType="org.hswebframework.web.commons.entity.Entity">
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
package org.hswebframework.web.entity.menu;
|
||||
|
||||
import org.hswebframework.web.commons.entity.*;
|
||||
import org.hswebframework.web.entity.authorization.ActionEntity;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user