feat: unlock product code

This commit is contained in:
Methapon Metanipat 2024-10-16 15:10:54 +07:00
parent ac1f5611b9
commit 38ed23022f

View file

@ -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;