them valkue
This commit is contained in:
@@ -83,6 +83,22 @@ class SaleFormatDTO {
|
||||
|
||||
//#################################
|
||||
|
||||
class ThemeValueDTO {
|
||||
@Expose()
|
||||
_id: string;
|
||||
|
||||
@Expose()
|
||||
theme: string;
|
||||
|
||||
@Expose()
|
||||
name?: string;
|
||||
|
||||
@Expose()
|
||||
value: string | number;
|
||||
}
|
||||
|
||||
//#################################
|
||||
|
||||
export class ProductDetailVariantDTO {
|
||||
@Expose()
|
||||
_id: string;
|
||||
@@ -136,6 +152,10 @@ export class ProductDetailVariantDTO {
|
||||
@Expose()
|
||||
@Type(() => Size_MeterageDTO)
|
||||
meterage?: Size_MeterageDTO;
|
||||
|
||||
@Expose()
|
||||
@Type(() => ThemeValueDTO)
|
||||
themeValue?: ThemeValueDTO;
|
||||
}
|
||||
|
||||
//#################################
|
||||
|
||||
Reference in New Issue
Block a user