Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
65f78627
Commit
65f78627
authored
Apr 13, 2020
by
季圣华
Browse files
更新sql
parent
96f23611
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/jsh_erp.sql
View file @
65f78627
...
...
@@ -687,7 +687,7 @@ CREATE TABLE `jsh_materialproperty` (
-- ----------------------------
INSERT
INTO
`jsh_materialproperty`
VALUES
(
'1'
,
'规格'
,
''
,
'02'
,
'规格'
,
'0'
);
INSERT
INTO
`jsh_materialproperty`
VALUES
(
'2'
,
'颜色'
,
''
,
'01'
,
'颜色'
,
'0'
);
INSERT INTO `jsh_materialproperty` VALUES ('3', '制造商', '
\0
', '03', '制造商', '0');
INSERT
INTO
`jsh_materialproperty`
VALUES
(
'3'
,
'制造商'
,
'
'
,
'03'
,
'制造商'
,
'0'
);
INSERT
INTO
`jsh_materialproperty`
VALUES
(
'4'
,
'自定义1'
,
'
\0
'
,
'04'
,
'自定义1'
,
'0'
);
INSERT
INTO
`jsh_materialproperty`
VALUES
(
'5'
,
'自定义2'
,
'
\0
'
,
'05'
,
'自定义2'
,
'0'
);
INSERT
INTO
`jsh_materialproperty`
VALUES
(
'6'
,
'自定义3'
,
'
\0
'
,
'06'
,
'自定义3'
,
'0'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment