feat: add operations catalog readonly endpoints
This commit is contained in:
@@ -16,6 +16,7 @@ public sealed class Product : AuditableTenantEntity
|
||||
public string? Cover { get; set; }
|
||||
public string? PreviewIframe { get; set; }
|
||||
public JsonElement DetailImages { get; set; } = JsonDefaults.Array();
|
||||
public bool IsActive { get; set; } = true;
|
||||
}
|
||||
|
||||
public sealed class SvipPlan : AuditableTenantEntity
|
||||
|
||||
Reference in New Issue
Block a user