BUGFIX:衣服图层添加优先级后对之前数据不兼容的修复

This commit is contained in:
2023-12-14 15:47:03 +08:00
parent fef71ead79
commit 86ab0806fd
5 changed files with 46 additions and 4 deletions

View File

@@ -38,4 +38,6 @@ public interface ITDesignPythonOutfitDetailService extends IService<TDesignPytho
void deleteByDesignPythonOutfitId(Long designPythonOutfitId);
void setDesignPythonOutfitDetailPriority(List<TDesignPythonOutfitDetail> details);
}