Generator Changes at 11/12/2025 1:32:03 AM +03:30
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace CMSMicroservice.Domain.Entities;
|
||||
//توکن Otp
|
||||
public class ProductGallerys : BaseAuditableEntity
|
||||
{
|
||||
public long ProductImageId { get; set; }
|
||||
//ProductImage Navigation Property
|
||||
public virtual ProductImages ProductImage { get; set; }
|
||||
public long ProductId { get; set; }
|
||||
//Product Navigation Property
|
||||
public virtual Products Product { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user