forked from ddrilling/AsbCloudServer
10 lines
133 B
C#
10 lines
133 B
C#
using System.Collections.Generic;
|
|
|
|
namespace AsbCloudDb.Model
|
|
{
|
|
public class RawData : Dictionary<string, object>
|
|
{
|
|
|
|
}
|
|
}
|