mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-16 20:27:50 +00:00
auto commit: 2025-02-07 21:40:47
This commit is contained in:
@@ -20,7 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import com.bytedesk.core.config.BytedeskProperties;
|
||||
import com.bytedesk.core.config.properties.BytedeskProperties;
|
||||
import com.bytedesk.kbase.upload.storage.UploadStorageException;
|
||||
|
||||
@Configuration
|
||||
|
||||
@@ -39,7 +39,7 @@ import org.springframework.stereotype.Service;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import com.bytedesk.core.base.BaseRestService;
|
||||
import com.bytedesk.core.config.BytedeskProperties;
|
||||
import com.bytedesk.core.config.properties.BytedeskProperties;
|
||||
import com.bytedesk.core.rbac.user.UserProtobuf;
|
||||
import com.bytedesk.core.uid.UidUtils;
|
||||
import com.bytedesk.kbase.upload.storage.UploadStorageException;
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.nio.file.StandardCopyOption;
|
||||
import java.time.LocalDate;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
|
||||
import com.bytedesk.core.config.BytedeskProperties;
|
||||
import com.bytedesk.core.config.properties.BytedeskProperties;
|
||||
import com.bytedesk.kbase.upload.storage.UploadStorageException;
|
||||
|
||||
public class UploadUtils {
|
||||
|
||||
Reference in New Issue
Block a user