注释中加上通道类型

This commit is contained in:
xudawei 2024-03-19 10:35:12 +08:00
parent 2aa32b133c
commit dbfab472ca
2 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,8 @@ public class ApiSignUrlUploadRequest {
private String serviceName;
/**
* 通道类型
* 1-阿里云-aliyun
* 2-华为云-huaweicloud
*/
private Integer channelType;
/**

View File

@ -34,6 +34,8 @@ public class SignUrlUploadDto {
/**
* 通道类型
* 1-阿里云-aliyun
* 2-华为云-huaweicloud
*/
private Integer channelType;
/**