Commit d8908de0 authored by 赵啸非's avatar 赵啸非

修复部分sqlXml生成缺陷

parent f8eeb1fe
...@@ -8,6 +8,7 @@ package ${packageName}.service.impl; ...@@ -8,6 +8,7 @@ package ${packageName}.service.impl;
<#else > <#else >
<#assign Service = "AbstractCRUDServiceImpl"> <#assign Service = "AbstractCRUDServiceImpl">
</#if> </#if>
import com.mortals.framework.model.PageInfo;
import org.springframework.beans.BeanUtils; import org.springframework.beans.BeanUtils;
import java.util.function.Function; import java.util.function.Function;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment