8 lines
190 B
C#
8 lines
190 B
C#
using YunDa.ISAS.DataTransferObject.VideoSurveillance.VideoDevDto;
|
|
|
|
namespace Yunda.ISAS.DataMonitoringServer.DataAnalysis.Model
|
|
{
|
|
public class VideoDev : VideoDevOutput
|
|
{
|
|
}
|
|
} |