TASK:LLM;

This commit is contained in:
shahaibo
2025-05-18 12:46:12 +08:00
parent bf92edb267
commit 59ffa38ff7
23 changed files with 600 additions and 8 deletions

View File

@@ -62,4 +62,6 @@ public interface SysFileService extends IService<SysFile> {
List<SysFile> getByIds(List<Long> ids);
SysFile getOneBySex(Long styleId, String sex, String ageGroup);
SysFile getOneBySex(String styleName, String sex, String ageGroup);
}