|
@@ -14,8 +14,9 @@ public abstract class AbstractHandler implements InitializingBean {
|
|
|
* 校验
|
|
* 校验
|
|
|
* @param cateName 分类名称
|
|
* @param cateName 分类名称
|
|
|
* @param storeId 店铺id
|
|
* @param storeId 店铺id
|
|
|
|
|
+ * @param medicalDeviceCode 器械编码
|
|
|
*/
|
|
*/
|
|
|
- public ContainsResult check(String cateName, Long storeId){
|
|
|
|
|
|
|
+ public ContainsResult check(String cateName, Long storeId, String medicalDeviceCode){
|
|
|
throw new UnsupportedOperationException();
|
|
throw new UnsupportedOperationException();
|
|
|
}
|
|
}
|
|
|
|
|
|