Generator Changes at 11/21/2025 7:35:08 AM +03:30
This commit is contained in:
@@ -24,4 +24,6 @@ public class GetAllUserCartResponseDto
|
|||||||
public int Count { get; set; }
|
public int Count { get; set; }
|
||||||
//
|
//
|
||||||
public DateTime Created { get; set; }
|
public DateTime Created { get; set; }
|
||||||
|
//
|
||||||
|
public long ProductId { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ message GetAllUserCartResponseModel
|
|||||||
string product_thumbnail_path = 6;
|
string product_thumbnail_path = 6;
|
||||||
int32 count = 7;
|
int32 count = 7;
|
||||||
google.protobuf.Timestamp created = 8;
|
google.protobuf.Timestamp created = 8;
|
||||||
|
int64 product_id = 9;
|
||||||
}
|
}
|
||||||
message UpdateUserCartRequest
|
message UpdateUserCartRequest
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user