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
6a269e91
Commit
6a269e91
authored
Aug 14, 2019
by
季圣华
Browse files
更新sql
parent
f55f4b00
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/jsh_erp(后续更新参考这个更新).sql
View file @
6a269e91
...
...
@@ -199,7 +199,7 @@ CREATE TABLE `jsh_app` (
-- ----------------------------
-- Records of jsh_app
-- ----------------------------
INSERT
INTO
`jsh_app`
VALUES
(
'3'
,
'00'
,
'系统管理'
,
'app'
,
'0000000004.png'
,
''
,
'1
24
0'
,
'6
0
0'
,
''
,
''
,
''
,
'desk'
,
'198'
,
''
,
''
);
INSERT
INTO
`jsh_app`
VALUES
(
'3'
,
'00'
,
'系统管理'
,
'app'
,
'0000000004.png'
,
''
,
'1
35
0'
,
'6
3
0'
,
''
,
''
,
''
,
'desk'
,
'198'
,
''
,
''
);
INSERT
INTO
`jsh_app`
VALUES
(
'6'
,
''
,
'个人信息'
,
'app'
,
'0000000005.png'
,
'../user/password.html'
,
'600'
,
'400'
,
''
,
''
,
''
,
'dock'
,
'200'
,
''
,
''
);
INSERT
INTO
`jsh_app`
VALUES
(
'7'
,
'01'
,
'基础数据'
,
'app'
,
'0000000006.png'
,
''
,
'1350'
,
'630'
,
''
,
''
,
''
,
'desk'
,
'120'
,
''
,
''
);
INSERT
INTO
`jsh_app`
VALUES
(
'22'
,
'03'
,
'报表查询'
,
'app'
,
'0000000022.png'
,
''
,
'1350'
,
'630'
,
''
,
''
,
''
,
'desk'
,
'115'
,
''
,
''
);
...
...
docs/jsh_erp(第一次建库请使用这个).sql
View file @
6a269e91
...
...
@@ -216,7 +216,7 @@ CREATE TABLE `jsh_app` (
-- ----------------------------
-- Records of jsh_app
-- ----------------------------
INSERT INTO `jsh_app` VALUES ('3', '00', '系统管理', 'app', '0000000004.png', '', '1
24
0', '6
0
0', '', '\0', '\0', 'desk', '198', '', '', '0');
INSERT INTO `jsh_app` VALUES ('3', '00', '系统管理', 'app', '0000000004.png', '', '1
35
0', '6
3
0', '', '\0', '\0', 'desk', '198', '', '', '0');
INSERT INTO `jsh_app` VALUES ('6', '02', '个人信息', 'app', '0000000005.png', '../user/password.html', '600', '400', '\0', '\0', '\0', 'dock', '200', '', '', '0');
INSERT INTO `jsh_app` VALUES ('7', '01', '基础数据', 'app', '0000000006.png', '', '1350', '630', '', '\0', '\0', 'desk', '120', '', '', '0');
INSERT INTO `jsh_app` VALUES ('22', '03', '报表查询', 'app', '0000000022.png', '', '1350', '630', '', '\0', '\0', 'desk', '115', '', '', '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