图片套版生成模块

This commit is contained in:
cuibaocheng 2021-05-28 17:05:13 +08:00
parent 96db030af0
commit 11644c6515

View File

@ -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