|
@@ -19,7 +19,12 @@ public interface IDcSpecService {
|
|
|
*/
|
|
|
List<Map<String, Object>> selectDcPsParamAndSpec(Map<String, Object> params);
|
|
|
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 删除规格信息
|
|
|
+ * @param id
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ public int deleteDcPsParam(Integer id);
|
|
|
|
|
|
/**
|
|
|
* 查询产品规格
|
|
@@ -55,4 +60,5 @@ public interface IDcSpecService {
|
|
|
*/
|
|
|
public int updateDcSpecMaps(Map maps);
|
|
|
|
|
|
+
|
|
|
}
|