forked from yoone/API
Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
3fe42c22e6 |
|
|
@ -25,10 +25,9 @@ export class ShipmentBookDTO {
|
|||
shipmentPlatform: string;
|
||||
|
||||
@ApiProperty()
|
||||
@Rule(RuleType.string())
|
||||
@Rule(RuleType.any())
|
||||
courierCompany: string;
|
||||
}
|
||||
|
||||
export class ShipmentFeeBookDTO {
|
||||
|
||||
@ApiProperty()
|
||||
|
|
|
|||
Loading…
Reference in New Issue