datatype fix
This commit is contained in:
parent
dd2c7035b5
commit
4a05383b70
1 changed files with 2 additions and 2 deletions
|
@ -342,7 +342,7 @@ export const addProduct: Act = {
|
||||||
server: "string",
|
server: "string",
|
||||||
title: "string-256",
|
title: "string-256",
|
||||||
description: "string-4096",
|
description: "string-4096",
|
||||||
listCatID: "number",
|
listCatID: "nullpointer",
|
||||||
defUnit: "number",
|
defUnit: "number",
|
||||||
defValue: "string-256",
|
defValue: "string-256",
|
||||||
ean: "string-64",
|
ean: "string-64",
|
||||||
|
@ -398,7 +398,7 @@ export const changeProduct: Act = {
|
||||||
listProdID: "number",
|
listProdID: "number",
|
||||||
title: "string-256",
|
title: "string-256",
|
||||||
description: "string-4096",
|
description: "string-4096",
|
||||||
listCatID: "number",
|
listCatID: "nullpointer",
|
||||||
defUnit: "number",
|
defUnit: "number",
|
||||||
defValue: "string-256",
|
defValue: "string-256",
|
||||||
ean: "string-64",
|
ean: "string-64",
|
||||||
|
|
Loading…
Reference in a new issue