|
@@ -1,5 +1,6 @@
|
|
|
package com.gqy.document.service;
|
|
|
|
|
|
+import com.gqy.common.annotation.Log;
|
|
|
import com.gqy.document.domain.DcSpec;
|
|
|
|
|
|
import java.util.List;
|
|
@@ -18,6 +19,8 @@ public interface IDcSpecService {
|
|
|
*/
|
|
|
List<Map<String, Object>> selectDcPsParamAndSpec(Map<String, Object> params);
|
|
|
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* 查询产品规格
|
|
|
*/
|