mask 数据替换,代码暂存

This commit is contained in:
2024-09-13 10:09:33 +08:00
parent 969d7586fc
commit a47e53b19e
12 changed files with 326 additions and 110 deletions

View File

@@ -36,7 +36,9 @@ public interface ITDesignPythonOutfitDetailService extends IService<TDesignPytho
DesignPythonOutfitVO convertToDesignPythonOutfitVO(TDesignPythonOutfitDetail detail, List<Long> offset);
void deleteByDesignPythonOutfitId(Long designPythonOutfitId);
void deleteByDesignPythonOutfitIdLogical(Long designPythonOutfitId);
void deleteByDesignPythonOutfitIdPhysical(Long designPythonOutfitId);
void setDesignPythonOutfitDetailPriority(List<TDesignPythonOutfitDetail> details);