init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DTS.Common.Interface.Channels
|
||||
{
|
||||
public interface IGroupChannelSettingRecord
|
||||
{
|
||||
long ChannelId { get; set; }
|
||||
int SettingId { get; set; }
|
||||
string SettingValue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user