fix
This commit is contained in:
parent
547662e440
commit
af4bae0b8a
2 changed files with 8 additions and 8 deletions
|
|
@ -44,10 +44,10 @@ interface ResProfileProbation {
|
|||
commandNo?: string;
|
||||
root: string;
|
||||
rootDna: string;
|
||||
orgChild1Dna: string;
|
||||
orgChild2Dna: string;
|
||||
orgChild3Dna: string;
|
||||
orgChild4Dna: string;
|
||||
orgChild1Dna?: string;
|
||||
orgChild2Dna?: string;
|
||||
orgChild3Dna?: string;
|
||||
orgChild4Dna?: string;
|
||||
}
|
||||
|
||||
export type { ResListProbation, ResProfileProbation };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue