|
@@ -10,7 +10,7 @@ import com.dgtly.goods.service.IGoodsTypeAttributeService;
|
|
|
import com.dgtly.common.core.text.Convert;
|
|
|
|
|
|
/**
|
|
|
- * 【请填写功能名称】Service业务层处理
|
|
|
+ * 商品分类属性Service业务层处理
|
|
|
*
|
|
|
* @author dgtly
|
|
|
* @date 2020-02-13
|
|
@@ -22,10 +22,10 @@ public class GoodsTypeAttributeServiceImpl implements IGoodsTypeAttributeService
|
|
|
private GoodsTypeAttributeMapper goodsTypeAttributeMapper;
|
|
|
|
|
|
/**
|
|
|
- * 查询【请填写功能名称】
|
|
|
+ * 查询商品分类属性
|
|
|
*
|
|
|
- * @param id 【请填写功能名称】ID
|
|
|
- * @return 【请填写功能名称】
|
|
|
+ * @param id 商品分类属性ID
|
|
|
+ * @return 商品分类属性
|
|
|
*/
|
|
|
@Override
|
|
|
public GoodsTypeAttribute selectGoodsTypeAttributeById(Long id)
|
|
@@ -34,10 +34,10 @@ public class GoodsTypeAttributeServiceImpl implements IGoodsTypeAttributeService
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 查询【请填写功能名称】列表
|
|
|
+ * 查询商品分类属性列表
|
|
|
*
|
|
|
- * @param goodsTypeAttribute 【请填写功能名称】
|
|
|
- * @return 【请填写功能名称】
|
|
|
+ * @param goodsTypeAttribute 商品分类属性
|
|
|
+ * @return 商品分类属性
|
|
|
*/
|
|
|
@Override
|
|
|
public List<GoodsTypeAttribute> selectGoodsTypeAttributeList(GoodsTypeAttribute goodsTypeAttribute)
|
|
@@ -46,9 +46,9 @@ public class GoodsTypeAttributeServiceImpl implements IGoodsTypeAttributeService
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 新增【请填写功能名称】
|
|
|
+ * 新增商品分类属性
|
|
|
*
|
|
|
- * @param goodsTypeAttribute 【请填写功能名称】
|
|
|
+ * @param goodsTypeAttribute 商品分类属性
|
|
|
* @return 结果
|
|
|
*/
|
|
|
@Override
|
|
@@ -59,9 +59,9 @@ public class GoodsTypeAttributeServiceImpl implements IGoodsTypeAttributeService
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 修改【请填写功能名称】
|
|
|
+ * 修改商品分类属性
|
|
|
*
|
|
|
- * @param goodsTypeAttribute 【请填写功能名称】
|
|
|
+ * @param goodsTypeAttribute 商品分类属性
|
|
|
* @return 结果
|
|
|
*/
|
|
|
@Override
|
|
@@ -72,7 +72,7 @@ public class GoodsTypeAttributeServiceImpl implements IGoodsTypeAttributeService
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 删除【请填写功能名称】对象
|
|
|
+ * 删除商品分类属性对象
|
|
|
*
|
|
|
* @param ids 需要删除的数据ID
|
|
|
* @return 结果
|
|
@@ -84,9 +84,9 @@ public class GoodsTypeAttributeServiceImpl implements IGoodsTypeAttributeService
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 删除【请填写功能名称】信息
|
|
|
+ * 删除商品分类属性信息
|
|
|
*
|
|
|
- * @param id 【请填写功能名称】ID
|
|
|
+ * @param id 商品分类属性ID
|
|
|
* @return 结果
|
|
|
*/
|
|
|
@Override
|