update PmsProductAttributeCategoryServiceImpl.java

This commit is contained in:
macro 2020-12-28 20:49:22 +08:00
parent 4d92754973
commit fcd79d4015
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import java.text.SimpleDateFormat;
import java.util.Date; import java.util.Date;
/** /**
* oss上传管理Service实现类 * Oss对象存储管理Service实现类
* Created by macro on 2018/5/17. * Created by macro on 2018/5/17.
*/ */
@Service @Service

View File

@ -13,7 +13,7 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/** /**
* PmsProductAttributeCategoryService实现类 * 商品属性分类管理Service实现类
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
*/ */
@Service @Service