refactor(mall): 优化分类服务接口实现

- 移除了 PdfUtil 类中的未使用代码- 简化了 TzCategoryServiceImpl 中的分类添加逻辑- 增加了 TzCategoryServiceImpl 中根据父级 ID 查询子类信息的方法注释
This commit is contained in:
清晨
2025-05-12 14:44:09 +08:00
parent ad2776df97
commit 1d180d33a9
2 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,9 @@ import com.aspose.words.SaveFormat;
import java.io.*;
/**
* @author Maosw
*/
public class PdfUtil {