Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
da2a6b0e
Commit
da2a6b0e
authored
Dec 07, 2017
by
naan1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删掉没用的报销单
parent
90d6f9cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
guns-admin/sql/guns.sql
+4
-9
No files found.
guns-admin/sql/guns.sql
View file @
da2a6b0e
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50621
Target Server Version : 50621
File Encoding : 65001
File Encoding : 65001
Date: 2017-12-0
5 22:56:40
Date: 2017-12-0
7 23:37:04
*/
*/
DROP
DATABASE
IF
EXISTS
guns_flowable
;
DROP
DATABASE
IF
EXISTS
guns_flowable
;
...
@@ -92,9 +92,6 @@ CREATE TABLE `expense` (
...
@@ -92,9 +92,6 @@ CREATE TABLE `expense` (
-- ----------------------------
-- ----------------------------
-- Records of expense
-- Records of expense
-- ----------------------------
-- ----------------------------
INSERT
INTO
`expense`
VALUES
(
'20'
,
'100.00'
,
'餐饮'
,
'2017-12-05 22:52:48'
,
'3'
,
'1'
,
'92501'
);
INSERT
INTO
`expense`
VALUES
(
'21'
,
'700.00'
,
'住宿费'
,
'2017-12-05 22:53:22'
,
'3'
,
'1'
,
'92517'
);
INSERT
INTO
`expense`
VALUES
(
'22'
,
'100.00'
,
'测试'
,
'2017-12-05 22:53:56'
,
'3'
,
'1'
,
'92533'
);
-- ----------------------------
-- ----------------------------
-- Table structure for login_log
-- Table structure for login_log
...
@@ -109,12 +106,11 @@ CREATE TABLE `login_log` (
...
@@ -109,12 +106,11 @@ CREATE TABLE `login_log` (
`message`
text
COMMENT
'具体消息'
,
`message`
text
COMMENT
'具体消息'
,
`ip`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'登录ip'
,
`ip`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'登录ip'
,
PRIMARY
KEY
(
`id`
)
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
21
4
DEFAULT
CHARSET
=
utf8
COMMENT
=
'登录记录'
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
21
5
DEFAULT
CHARSET
=
utf8
COMMENT
=
'登录记录'
;
-- ----------------------------
-- ----------------------------
-- Records of login_log
-- Records of login_log
-- ----------------------------
-- ----------------------------
INSERT
INTO
`login_log`
VALUES
(
'213'
,
'退出日志'
,
'1'
,
'2017-12-05 22:56:32'
,
'成功'
,
null
,
'0:0:0:0:0:0:0:1'
);
-- ----------------------------
-- ----------------------------
-- Table structure for menu
-- Table structure for menu
...
@@ -234,13 +230,12 @@ CREATE TABLE `operation_log` (
...
@@ -234,13 +230,12 @@ CREATE TABLE `operation_log` (
`succeed`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'是否成功'
,
`succeed`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'是否成功'
,
`message`
text
COMMENT
'备注'
,
`message`
text
COMMENT
'备注'
,
PRIMARY
KEY
(
`id`
)
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
54
0
DEFAULT
CHARSET
=
utf8
COMMENT
=
'操作日志'
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
54
2
DEFAULT
CHARSET
=
utf8
COMMENT
=
'操作日志'
;
-- ----------------------------
-- ----------------------------
-- Records of operation_log
-- Records of operation_log
-- ----------------------------
-- ----------------------------
INSERT
INTO
`operation_log`
VALUES
(
'538'
,
'业务日志'
,
'清空业务日志'
,
'1'
,
'com.stylefeng.guns.modular.system.controller.LogController'
,
'delLog'
,
'2017-12-05 22:56:25'
,
'成功'
,
'主键id=null'
);
INSERT
INTO
`operation_log`
VALUES
(
'541'
,
'业务日志'
,
'清空业务日志'
,
'1'
,
'com.stylefeng.guns.modular.system.controller.LogController'
,
'delLog'
,
'2017-12-07 23:36:45'
,
'成功'
,
'主键id=null'
);
INSERT
INTO
`operation_log`
VALUES
(
'539'
,
'业务日志'
,
'清空登录日志'
,
'1'
,
'com.stylefeng.guns.modular.system.controller.LoginLogController'
,
'delLog'
,
'2017-12-05 22:56:28'
,
'成功'
,
'主键id=null'
);
-- ----------------------------
-- ----------------------------
-- Table structure for relation
-- Table structure for relation
...
...
Write
Preview
Markdown
is supported
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