API จัดการตำแหน่งติดเงื่อนไข
This commit is contained in:
parent
d4696409b2
commit
9114081c21
6 changed files with 115 additions and 27 deletions
5
src/modules/19_condition/interface/request/Main.ts
Normal file
5
src/modules/19_condition/interface/request/Main.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
interface FormPositionCondition {
|
||||
isCondition: boolean;
|
||||
conditionReason: string;
|
||||
}
|
||||
export type { FormPositionCondition };
|
||||
Loading…
Add table
Add a link
Reference in a new issue