feat: unlock product code
This commit is contained in:
parent
ac1f5611b9
commit
38ed23022f
1 changed files with 1 additions and 15 deletions
|
|
@ -48,21 +48,7 @@ const permissionCheck = createPermCheck(globalAllow);
|
|||
|
||||
type ProductCreate = {
|
||||
status?: Status;
|
||||
code:
|
||||
| "DOE"
|
||||
| "IMM"
|
||||
| "TM"
|
||||
| "HP"
|
||||
| "MOUC"
|
||||
| "MOUL"
|
||||
| "AC"
|
||||
| "doe"
|
||||
| "imm"
|
||||
| "tm"
|
||||
| "hp"
|
||||
| "mouc"
|
||||
| "moul"
|
||||
| "ac";
|
||||
code: string;
|
||||
name: string;
|
||||
detail: string;
|
||||
process: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue