Commit 29dbac8e by fudahua

授权绑定,授权门店列表,binlog

parent d90be39e
...@@ -14,6 +14,7 @@ import com.github.pagehelper.PageHelper; ...@@ -14,6 +14,7 @@ import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo; import com.github.pagehelper.PageInfo;
import org.apache.commons.collections.CollectionUtils; import org.apache.commons.collections.CollectionUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
...@@ -24,6 +25,7 @@ import java.util.stream.Collectors; ...@@ -24,6 +25,7 @@ import java.util.stream.Collectors;
* *
* @author hua * @author hua
*/ */
@Service
public class StoreRangeServiceImpl implements StoreRangeService { public class StoreRangeServiceImpl implements StoreRangeService {
@Autowired @Autowired
......
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