check
This commit is contained in:
parent
daa2054b56
commit
3fc9258d99
5 changed files with 222 additions and 60 deletions
|
|
@ -12,13 +12,18 @@ interface FormCommand {
|
|||
}
|
||||
|
||||
interface FormDataDetail {
|
||||
id: string;
|
||||
status: string;
|
||||
commandNo: string;
|
||||
commandYear: number | null;
|
||||
// commandName: string;
|
||||
detailHeader: string;
|
||||
detailBody: string;
|
||||
detailFooter: string;
|
||||
issue: string | null;
|
||||
commandAffectDate: Date | null;
|
||||
commandExcecuteDate: Date | null;
|
||||
commandSysId: string;
|
||||
commandTypeName: string;
|
||||
}
|
||||
|
||||
export type { FormQuery, FormCommand, FormDataDetail };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue