1.fix:高级工具转产品图不需要也没有ageGroup,会导致报错

2.上传sketch模板代码
This commit is contained in:
litianxiang
2025-11-20 10:48:36 +08:00
parent 8c98f91445
commit b86f3c9f7e
5 changed files with 149 additions and 7 deletions

View File

@@ -34,4 +34,6 @@ public interface AttributeRetrievalMapper {
Integer getCountByStyle(String tableName, String style);
String getOneSystemSketchRadom(String tableName, String style, Integer randomNum);
void insertSketch(AttributeRetrieval attributeRetrievalAttrDict, String tableName);
}