为作品添加标签

This commit is contained in:
2024-10-07 21:27:37 +08:00
parent deda511e32
commit a597f7a67a
11 changed files with 206 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
package com.ai.da.model.dto;
import com.ai.da.mapper.primary.entity.Tags;
public class TagsDTO extends Tags {
}