datatype fix

This commit is contained in:
jusax23 2023-04-04 19:40:32 +02:00
parent dd2c7035b5
commit 4a05383b70
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -342,7 +342,7 @@ export const addProduct: Act = {
server: "string",
title: "string-256",
description: "string-4096",
listCatID: "number",
listCatID: "nullpointer",
defUnit: "number",
defValue: "string-256",
ean: "string-64",
@ -398,7 +398,7 @@ export const changeProduct: Act = {
listProdID: "number",
title: "string-256",
description: "string-4096",
listCatID: "number",
listCatID: "nullpointer",
defUnit: "number",
defValue: "string-256",
ean: "string-64",