This commit is contained in:
2025-11-08 10:25:53 +08:00
parent c41611e5d0
commit eda4ed2955
3 changed files with 88 additions and 170 deletions

View File

@@ -57,4 +57,6 @@ public interface PrinterService {
void setUserIsBuyItem(Long memberId, Long id, Long orderId);
Object useSample(Long userId, Long sampleId);
void autoAddPhotosToPreferPrint(Long faceId);
}