first commit

This commit is contained in:
2026-06-02 20:48:16 +03:30
commit 8e92c983a2
233 changed files with 15744 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
//using Complex.Domain.Commons;
//using System.ComponentModel.DataAnnotations;
//namespace Complex.Domain.Entities
//{
// [Auditable]
// public class UnitTransAmount : BaseEntity<long>
// {
// public long Amount { set; get; } = 0;
// public Guid? UnitId { set; get; }
// public virtual Unit? Unit { set; get; }
// public Guid ComplexId { set; get; }
// }
//}