mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-07 18:20:52 +08:00
模板重新生成可空类型
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