忽略dll文件git

This commit is contained in:
“wanyongkang”
2023-07-29 10:19:42 +08:00
parent 7f97317bcc
commit b562aba2b1
3868 changed files with 63608 additions and 385427 deletions

View File

@@ -1,27 +1,27 @@
using Hncore.Infrastructure.DDD;
using System;
using System.Collections.Generic;
namespace Hncore.Pass.Vpn.Domain
{
public partial class ProductPackageEntity : EntityWithDelete<int>, ITenant
{
public int TenantId { get; set; }
public int ProductId { get; set; }
public PackageType PackageType { get; set; } = PackageType.Base;
public string Name { get; set; }
public string Title { get; set; }
public string Image { get; set; }
public int Status { get; set; } = 0;
public string Profile { get; set; }
public decimal Price { get; set; }
public decimal LinePrice { get; set; }
public decimal DayPrice { get; set; }
public decimal MinPrice { get; set; }
public int DayCount { get; set; } = 1;
public string OriginKey { get; set; }
public string OriginName { get; set; }
public int? IsTest { get; set; } = 0;
}
}
using Hncore.Infrastructure.DDD;
using System;
using System.Collections.Generic;
namespace Hncore.Pass.Vpn.Domain
{
public partial class ProductPackageEntity : EntityWithDelete<int>, ITenant
{
public int TenantId { get; set; }
public int ProductId { get; set; }
public PackageType PackageType { get; set; } = PackageType.Base;
public string Name { get; set; }
public string Title { get; set; }
public string Image { get; set; }
public int Status { get; set; } = 0;
public string Profile { get; set; }
public decimal Price { get; set; }
public decimal LinePrice { get; set; }
public decimal DayPrice { get; set; }
public decimal MinPrice { get; set; }
public int DayCount { get; set; } = 1;
public string OriginKey { get; set; }
public string OriginName { get; set; }
public int? IsTest { get; set; } = 0;
}
}