Commit 7ba2337d authored by shiyu's avatar shiyu

新增专场商品id

parent 83452a49
...@@ -8,6 +8,8 @@ import com.wwdz.ch.db.mapper.distribution.SpecialPerformanceMapper; ...@@ -8,6 +8,8 @@ import com.wwdz.ch.db.mapper.distribution.SpecialPerformanceMapper;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository; import org.springframework.stereotype.Repository;
import java.util.List;
@Repository @Repository
public class SpecialPerformanceDaoImpl implements SpecialPerformanceDao { public class SpecialPerformanceDaoImpl implements SpecialPerformanceDao {
...@@ -16,7 +18,7 @@ public class SpecialPerformanceDaoImpl implements SpecialPerformanceDao { ...@@ -16,7 +18,7 @@ public class SpecialPerformanceDaoImpl implements SpecialPerformanceDao {
@Override @Override
public SpecialPerformance find(SpecialPerformanceRequestDto dto) { public List<SpecialPerformance> find(SpecialPerformanceRequestDto dto) {
return null; return null;
} }
......
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