//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EMISOnline.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// EM_FTPVideo /// public partial class EM_FTPVideo { /// /// FTPVideoID /// public System.Guid FTPVideoID { get; set; } /// /// Name /// public string Name { get; set; } /// /// FTPPath /// public string FTPPath { get; set; } /// /// FTPUrl /// public string FTPUrl { get; set; } /// /// M3u8Url /// public string M3u8Url { get; set; } /// /// M3u8Path /// public string M3u8Path { get; set; } /// /// ModifyTime /// public Nullable ModifyTime { get; set; } /// /// CreateTime /// public Nullable CreateTime { get; set; } /// /// Status /// public Nullable Status { get; set; } } }