feat: publish dbussmsforward refactor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DbusSmsForward.SMSModel
|
||||
{
|
||||
public class SmsCodeModel
|
||||
{
|
||||
public bool HasCode { get; set; }=false;
|
||||
public string CodeFrom { get; set; }=string.Empty;
|
||||
public string CodeValue { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user