This commit is contained in:
focp212@naver.com
2025-10-16 11:16:13 +09:00
parent 8f93650ba0
commit 941128e1cc
8 changed files with 103 additions and 96 deletions

View File

@@ -129,9 +129,7 @@ export interface CodesSelectPostResponse {
export interface CodesListByCodeClParams {
codeCl: string;
};
export interface CodesListByCodeClResponse {
codeList: Array<CodeListItem>;
};
export interface CodesGroupByCodeClParams {
codeCl: string;
};