21 lines
568 B
C#
21 lines
568 B
C#
//using Complex.Domain.Commons;
|
|
|
|
//namespace Complex.Domain.Entities
|
|
//{
|
|
// [Auditable]
|
|
// public class UnitChargeCycle
|
|
// {
|
|
// public int Id { set; get; }
|
|
// public Guid ChargeCycle { set; get; }
|
|
// //public Guid ComplexId { set; get; }
|
|
// public Guid UnitId { set; get; }
|
|
// public virtual Unit Unit { set; get; }
|
|
|
|
// /// <summary>
|
|
// /// null یعنی شارژ
|
|
// /// </summary>
|
|
// //public int? ChargeTypeId { set; get; }
|
|
// public bool IsRemoved { set; get; }= false;
|
|
// }
|
|
//}
|