TASK:aida;

This commit is contained in:
shahaibo
2024-06-25 10:59:58 +08:00
parent ba4388b87d
commit 9b589eece6
12 changed files with 70 additions and 10 deletions

View File

@@ -22,4 +22,8 @@ public interface AttributeRetrievalMapper {
AttributeRetrieval getSystemRandom(String tableName);
List<AttributeRetrieval> getSystemSketchPoolBySameCategory(AttributeRetrieval attributeRetrievalAttrDict, String tableName);
Long getIdByFileName(String fileName, String tableName);
void updateStyleById(Long idByFileName, String style, String tableName);
}

View File

@@ -18,7 +18,7 @@ public class AttributeRetrieval {
private String openingType;
private String subtype;
private String sleeve;
private String sleeve1;
private String sleeve2;
private String style;
private Integer deprecated;
}