Merge branch 'dev/dev' into dev/dev_xp
# Conflicts: # src/main/java/com/ai/da/service/impl/ChatRobotServiceImpl.java
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user