Generator Changes at 11/12/2025 1:32:03 AM +03:30
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace CMSMicroservice.Domain.Entities;
|
||||
//توکن Otp
|
||||
public class ProductImages : BaseAuditableEntity
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string ImagePath { get; set; }
|
||||
public string ImageThumbnailPath { get; set; }
|
||||
//ProductGallerys Collection Navigation Reference
|
||||
public virtual ICollection<ProductGallerys> ProductGalleryss { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user