提交 2a5ed82f 编写于 作者: 黄勇

【I】代码优化

上级 ceb95bab
......@@ -11,7 +11,7 @@ import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.smart4j.framework.dao.DataSet;
import org.smart4j.framework.orm.DataSet;
import org.smart4j.framework.tx.annotation.Service;
import org.smart4j.framework.tx.annotation.Transaction;
import org.smart4j.plugin.rest.Rest;
......
package org.smart4j.sample.service.impl;
import org.smart4j.framework.dao.DataSet;
import org.smart4j.framework.orm.DataSet;
import org.smart4j.framework.tx.annotation.Service;
import org.smart4j.framework.tx.annotation.Transaction;
import org.smart4j.framework.util.DateUtil;
......
......@@ -3,11 +3,11 @@ package org.smart4j.sample.service.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.smart4j.framework.dao.DataSet;
import org.smart4j.framework.dao.bean.Pager;
import org.smart4j.framework.ioc.annotation.Inject;
import org.smart4j.framework.mvc.UploadHelper;
import org.smart4j.framework.mvc.bean.Multipart;
import org.smart4j.framework.orm.DataSet;
import org.smart4j.framework.tx.annotation.Service;
import org.smart4j.framework.tx.annotation.Transaction;
import org.smart4j.sample.Tool;
......
......@@ -2,7 +2,7 @@ package org.smart4j.sample.soap.impl;
import java.util.List;
import java.util.Map;
import org.smart4j.framework.dao.DataSet;
import org.smart4j.framework.orm.DataSet;
import org.smart4j.framework.tx.annotation.Service;
import org.smart4j.framework.tx.annotation.Transaction;
import org.smart4j.sample.entity.Product;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册