照片打印,基础

This commit is contained in:
2025-05-21 15:27:53 +08:00
parent 570267fd83
commit aaddbab2ab
7 changed files with 58 additions and 0 deletions

View File

@@ -40,4 +40,6 @@ public interface PrinterMapper {
MemberPrintResp getUserPhoto(Long memberId, Long scenicId, Long id);
int setPhotoCropped(Long memberId, Long scenicId, Long id, String url);
int setPhotoQuantity(Long memberId, Long scenicId, Long id, Integer quantity);
}