Generator Changes at 11/21/2025 7:35:08 AM +03:30

This commit is contained in:
masoodafar-web
2025-11-21 07:37:25 +03:30
parent 428bf3b574
commit 0216f2e969
2 changed files with 3 additions and 0 deletions

View File

@@ -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; }
} }

View File

@@ -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
{ {