Commit d0d6c627 by XiaHou

权星相关接口修复

parent 3cf04651
package com.macro.mall.dao;
import java.util.List;
/**
* 自定义商品属性分类Dao
* Created by macro on 2018/5/24.
*/
public interface PmsProductAttributeCategoryDao {
}
...@@ -8,6 +8,7 @@ import com.macro.mall.mapper.PmsProductAttributeTypeMapper; ...@@ -8,6 +8,7 @@ import com.macro.mall.mapper.PmsProductAttributeTypeMapper;
import com.macro.mall.model.*; import com.macro.mall.model.*;
import com.macro.mall.model.dto.quanxing.PmsProductAttributeTypeDto; import com.macro.mall.model.dto.quanxing.PmsProductAttributeTypeDto;
import com.macro.mall.service.PmsProductAttributeTypeService; import com.macro.mall.service.PmsProductAttributeTypeService;
import com.macro.mall.service.quanxing.PmsProductAttributeCategoryService;
import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
......
...@@ -6,6 +6,7 @@ import com.macro.mall.dto.PmsProductAttributeGroupParam; ...@@ -6,6 +6,7 @@ import com.macro.mall.dto.PmsProductAttributeGroupParam;
import com.macro.mall.mapper.*; import com.macro.mall.mapper.*;
import com.macro.mall.model.*; import com.macro.mall.model.*;
import com.macro.mall.service.ProductAttributeGroupService; import com.macro.mall.service.ProductAttributeGroupService;
import com.macro.mall.service.quanxing.PmsProductAttributeCategoryService;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
......
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