port修改为int
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-11 14:57:08 +08:00
parent 06f1ca232e
commit c4c98910e8
+1 -1
View File
@@ -21,7 +21,7 @@ namespace IRaCIS.Core.Application.Helper
{
public class MinIOOptions: AWSOptions
{
public string port { get; set; }
public int port { get; set; }
}