feat: add product code
This commit is contained in:
parent
9618c261e3
commit
4f1afea7fb
1 changed files with 15 additions and 1 deletions
|
|
@ -28,7 +28,21 @@ const MINIO_BUCKET = process.env.MINIO_BUCKET;
|
||||||
|
|
||||||
type ProductCreate = {
|
type ProductCreate = {
|
||||||
status?: Status;
|
status?: Status;
|
||||||
code: "AC" | "DO" | "ac" | "do";
|
code:
|
||||||
|
| "DOE"
|
||||||
|
| "IMM"
|
||||||
|
| "TM"
|
||||||
|
| "HP"
|
||||||
|
| "MOUC"
|
||||||
|
| "MOUL"
|
||||||
|
| "AC"
|
||||||
|
| "doe"
|
||||||
|
| "imm"
|
||||||
|
| "tm"
|
||||||
|
| "hp"
|
||||||
|
| "mouc"
|
||||||
|
| "moul"
|
||||||
|
| "ac";
|
||||||
name: string;
|
name: string;
|
||||||
detail: string;
|
detail: string;
|
||||||
process: number;
|
process: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue