图片套版生成模块
This commit is contained in:
parent
96db030af0
commit
11644c6515
@ -22,9 +22,12 @@ import cn.com.tenlion.materialstore.service.materialphoto.IMaterialPhotoService;
|
||||
import cn.com.tenlion.materialstore.service.materialtext.IMaterialTextService;
|
||||
import cn.com.tenlion.materialstore.service.materialvideo.IMaterialVideoService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
import org.springframework.context.annotation.Primary;
|
||||
import org.springframework.stereotype.Service;
|
||||
import java.util.List;
|
||||
|
||||
@Primary
|
||||
@Service
|
||||
public class MaterialDataServiceImpl implements MaterialDataService {
|
||||
|
||||
@Autowired
|
||||
|
Loading…
Reference in New Issue
Block a user