优化依赖

This commit is contained in:
zhouhao
2017-05-09 18:14:03 +08:00
parent 9323792c0b
commit fd775d0feb
4 changed files with 2 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ import org.hswebframework.web.commons.entity.Entity;
*
* @author zhouhao
* @see Entity
* @see MapperEntityFactory
* @since 3.0
*/
public interface EntityFactory {

View File

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

View File

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

View File

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