This commit is contained in:
mmrbnjd
2025-08-18 00:28:32 +03:30
parent bd1f907673
commit a10fbeab62
11 changed files with 711 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ using System.Threading.Tasks;
namespace Hushian.Domain.Entites
{
class AIA : BaseEntity
public class AIA : BaseEntity
{
public int ID { get; set; }
public DateTime Cdatetime { get; set; }
public DateTime Cdatetime { get; set; } = DateTime.Now;
public int CompanyID { get; set; }
public int UserID { get; set; }