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
c61603bf
Commit
c61603bf
authored
Dec 27, 2020
by
季圣华
Browse files
更新sql
parent
e83ca1c5
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/jsh_erp.sql
View file @
c61603bf
...
...
@@ -593,12 +593,10 @@ CREATE TABLE `jsh_material_property` (
-- ----------------------------
-- Records of jsh_material_property
-- ----------------------------
INSERT INTO `jsh_material_property` VALUES ('1', '规格', '', '02', '规格', '0');
INSERT INTO `jsh_material_property` VALUES ('2', '颜色', '', '01', '颜色', '0');
INSERT INTO `jsh_material_property` VALUES ('3', '制造商', '', '03', '制造商', '0');
INSERT INTO `jsh_material_property` VALUES ('4', '自定义1', '\0', '04', '自定义1', '0');
INSERT INTO `jsh_material_property` VALUES ('5', '自定义2', '\0', '05', '自定义2', '0');
INSERT INTO `jsh_material_property` VALUES ('6', '自定义3', '\0', '06', '自定义3', '0');
INSERT
INTO
`jsh_material_property`
VALUES
(
'1'
,
'制造商'
,
''
,
'01'
,
'制造商'
,
'0'
);
INSERT
INTO
`jsh_material_property`
VALUES
(
'2'
,
'自定义1'
,
''
,
'02'
,
'自定义1'
,
'0'
);
INSERT
INTO
`jsh_material_property`
VALUES
(
'3'
,
'自定义2'
,
''
,
'03'
,
'自定义2'
,
'0'
);
INSERT
INTO
`jsh_material_property`
VALUES
(
'4'
,
'自定义3'
,
''
,
'04'
,
'自定义3'
,
'0'
);
-- ----------------------------
-- Table structure for jsh_msg
...
...
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