Skip to content

Commit

Permalink
単価オファー検索条件拡張
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Sep 12, 2023
1 parent 50a0c24 commit 5d71e78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/unitPriceOffer.ts
Expand Up @@ -262,5 +262,11 @@ export interface ISearchConditions {
* 集計オファーID
*/
id?: { $in?: string[] };
includedInDataCatalog?: {
/**
* 記載カタログID
*/
id?: { $in?: string[] };
};
};
}

0 comments on commit 5d71e78

Please sign in to comment.