模板重新生成可空类型
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Yi.Framework.Common.QueueModel
|
||||
{
|
||||
public class SMSQueueModel
|
||||
{
|
||||
public string code { get; set; }
|
||||
public string phone { get; set; }
|
||||
public string? code { get; set; }
|
||||
public string? phone { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user