|
|
@@ -8,7 +8,9 @@ import com.usoftchina.saas.document.entities.Productbrand;
|
|
|
import com.usoftchina.saas.document.mapper.ProductbrandMapper;
|
|
|
import com.usoftchina.saas.document.service.ProductbrandService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
|
|
+@Service
|
|
|
public class ProductbrandServiceImpl extends CommonBaseServiceImpl<ProductbrandMapper, Productbrand> implements ProductbrandService {
|
|
|
|
|
|
@Autowired
|