|
@@ -1,6 +1,7 @@
|
|
package com.caimei.module.product.dao;
|
|
package com.caimei.module.product.dao;
|
|
|
|
|
|
import com.caimei.module.base.entity.po.CmBrand;
|
|
import com.caimei.module.base.entity.po.CmBrand;
|
|
|
|
+import com.caimei.module.base.entity.po.CmBrandProductParamPo;
|
|
import com.caimei.module.base.entity.po.SeconHandProduct;
|
|
import com.caimei.module.base.entity.po.SeconHandProduct;
|
|
import com.caimei.module.base.entity.vo.*;
|
|
import com.caimei.module.base.entity.vo.*;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
@@ -100,4 +101,8 @@ public interface ProductModuleDao {
|
|
Integer getBigTypeIdByTinyTypeId(Integer typeId);
|
|
Integer getBigTypeIdByTinyTypeId(Integer typeId);
|
|
|
|
|
|
BigtypeVo getBigTypeByBigTypeId(Integer bigTypeID);
|
|
BigtypeVo getBigTypeByBigTypeId(Integer bigTypeID);
|
|
|
|
+
|
|
|
|
+ AuthProductVo findAuthProductDetailsByProductId(Integer productId);
|
|
|
|
+
|
|
|
|
+ List<CmBrandProductParamPo> getParamsByProductId(Integer productId);
|
|
}
|
|
}
|