2021-10-01 09:09:20 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Service.MeterProcessState.Data
|
|
|
|
|
|
{
|
|
|
|
|
|
public partial class CordonelFwFile : Ui.Web.IMeterDataCenter.Data.BaseEntity
|
|
|
|
|
|
{
|
2022-10-19 10:58:08 +00:00
|
|
|
|
public Int32 CordonelFwFileId { get; set; }
|
|
|
|
|
|
public Int32 CordonelFwFileFileClusterStoreId { get; set; }
|
|
|
|
|
|
public Int32 CordonelFwFileDn { get; set; }
|
|
|
|
|
|
public Int32 CordonelFwFileType { get; set; }
|
2021-10-01 09:09:20 +00:00
|
|
|
|
|
|
|
|
|
|
public virtual FileClusterStore CordonelFwFileFileClusterStore { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|