This commit is contained in:
sjm
2023-12-22 23:25:19 +08:00
parent 7adff734ea
commit a9a4cbcf83
11 changed files with 398 additions and 41 deletions

View File

@@ -0,0 +1,7 @@
package com.lovenav.service;
import com.lovenav.entity.CollectIconList;
public interface QRCService {
public String QR(CollectIconList collect) throws Exception;
}