2021-10-01 09:09:20 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Service.MeterProcessState.Data
|
|
|
|
|
|
{
|
|
|
|
|
|
public partial class CordonelCurrentFw : Ui.Web.IMeterDataCenter.Data.BaseEntity
|
|
|
|
|
|
{
|
2022-10-19 10:58:08 +00:00
|
|
|
|
public Int32 CordonelCurrentFwId { get; set; }
|
|
|
|
|
|
public Int32 CordonelCurrentFwFrequency { get; set; }
|
|
|
|
|
|
public Int32 CordonelCurrentFwAppId { get; set; }
|
|
|
|
|
|
public Int32? CordonelCurrentFwVersion { get; set; }
|
|
|
|
|
|
public String CordonelCurrentFwName { get; set; }
|
2021-10-01 09:09:20 +00:00
|
|
|
|
public DateTime? CordonelCurrentFwDeleted { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|