feat: publish dbussmsforward refactor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace DbusSmsForward.SMSModel;
|
||||
|
||||
public sealed class SmsContentModel
|
||||
{
|
||||
public string TelNumber { get; set; } = string.Empty;
|
||||
public string SmsContent { get; set; } = string.Empty;
|
||||
public string SmsDate { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user