This repository was archived by the owner on Jul 14, 2024. It is now read-only.
generated from GabrielGuedess/NestJs-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add updateMany, delete and deleteMany in physicalCusotmerQuoteT…
…able
- Loading branch information
1 parent
927dfe8
commit 0e08a3b
Showing
9 changed files
with
291 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
src/app/dtos/PhysicalCustomerQuoteTableDto/UpdateManyPhysicalCustomerQuoteTableDto.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { type AdressesType } from 'domain/entities/QuoteTables/AdressesType'; | ||
|
||
export abstract class UpdateManyPhysicalCustomerQuoteTableDTO { | ||
id: string; | ||
recipientId?: string; | ||
kindService?: string; | ||
formPayment?: string; | ||
senderId?: string; | ||
who_pays?: string; | ||
adressDestiny?: AdressesType; | ||
adressOrigin?: AdressesType; | ||
typeMerchandise?: string; | ||
amount?: number; | ||
description?: string; | ||
mass?: number; | ||
volume?: number; | ||
nf_value?: number; | ||
icms_id?: string; | ||
nf_serie?: string; | ||
nf_number?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.