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

IRC_NewDev
hang 2024-01-11 14:57:08 +08:00
parent 06f1ca232e
commit c4c98910e8
1 changed files with 1 additions and 1 deletions

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; }
}