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
7e50b409
Commit
7e50b409
authored
Dec 28, 2019
by
季圣华
Browse files
更新sql
parent
f91a27af
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/jsh_erp.sql
View file @
7e50b409
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50704
Target Server Version : 50704
File Encoding : 65001
File Encoding : 65001
Date: 2019-
06
-2
3
1
8
:2
7:53
Date: 2019-
12
-2
8
1
2
:2
3:00
*/
*/
SET FOREIGN_KEY_CHECKS=0;
SET FOREIGN_KEY_CHECKS=0;
...
@@ -68,7 +68,7 @@ CREATE TABLE `jsh_accounthead` (
...
@@ -68,7 +68,7 @@ CREATE TABLE `jsh_accounthead` (
KEY `FK9F4C0D8DB610FC06` (`OrganId`),
KEY `FK9F4C0D8DB610FC06` (`OrganId`),
KEY `FK9F4C0D8DAAE50527` (`AccountId`),
KEY `FK9F4C0D8DAAE50527` (`AccountId`),
KEY `FK9F4C0D8DC4170B37` (`HandsPersonId`)
KEY `FK9F4C0D8DC4170B37` (`HandsPersonId`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
97
DEFAULT
CHARSET
=
utf8
COMMENT
=
'财务主表'
;
) ENGINE=InnoDB AUTO_INCREMENT=
103
DEFAULT CHARSET=utf8 COMMENT='财务主表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_accounthead
-- Records of jsh_accounthead
...
@@ -96,6 +96,12 @@ INSERT INTO `jsh_accounthead` VALUES ('93', '收款', '48', '9', null, '44.00000
...
@@ -96,6 +96,12 @@ INSERT INTO `jsh_accounthead` VALUES ('93', '收款', '48', '9', null, '44.00000
INSERT INTO `jsh_accounthead` VALUES ('94', '付款', '50', '9', null, '-66.000000', null, 'FK20190319221525', '2019-03-19 22:15:25', '', '1', '0');
INSERT INTO `jsh_accounthead` VALUES ('94', '付款', '50', '9', null, '-66.000000', null, 'FK20190319221525', '2019-03-19 22:15:25', '', '1', '0');
INSERT INTO `jsh_accounthead` VALUES ('95', '收预付款', '49', '9', null, '6.000000', null, 'SYF20190319221556', '2019-03-19 22:15:56', '', '1', '0');
INSERT INTO `jsh_accounthead` VALUES ('95', '收预付款', '49', '9', null, '6.000000', null, 'SYF20190319221556', '2019-03-19 22:15:56', '', '1', '0');
INSERT INTO `jsh_accounthead` VALUES ('96', '收入', '5', '4', '22.000000', '22.000000', '12', 'SR20190321235925', '2019-03-21 23:59:25', '', null, '0');
INSERT INTO `jsh_accounthead` VALUES ('96', '收入', '5', '4', '22.000000', '22.000000', '12', 'SR20190321235925', '2019-03-21 23:59:25', '', null, '0');
INSERT INTO `jsh_accounthead` VALUES ('97', '收入', '58', '16', '10.000000', '10.000000', '17', 'SR20191228121609', '2019-12-28 12:16:09', '', '63', '0');
INSERT INTO `jsh_accounthead` VALUES ('98', '支出', '57', '16', '-20.000000', '-20.000000', '17', 'ZC20191228121854', '2019-12-28 12:18:54', '', '63', '0');
INSERT INTO `jsh_accounthead` VALUES ('99', '收款', '58', '16', null, '20.000000', null, 'SK20191228121908', '2019-12-28 12:19:08', '', '63', '0');
INSERT INTO `jsh_accounthead` VALUES ('100', '付款', '68', '16', null, '-20.000000', null, 'FK20191228121920', '2019-12-28 12:19:20', '', '63', '0');
INSERT INTO `jsh_accounthead` VALUES ('101', '转账', null, '16', '-20.000000', '-20.000000', '18', 'ZZ20191228121932', '2019-12-28 12:19:32', '', '63', '0');
INSERT INTO `jsh_accounthead` VALUES ('102', '收预付款', '60', '16', null, '1000.000000', null, 'SYF20191228121945', '2019-12-28 12:19:45', '', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_accountitem
-- Table structure for jsh_accountitem
...
@@ -114,7 +120,7 @@ CREATE TABLE `jsh_accountitem` (
...
@@ -114,7 +120,7 @@ CREATE TABLE `jsh_accountitem` (
KEY `FK9F4CBAC0AAE50527` (`AccountId`),
KEY `FK9F4CBAC0AAE50527` (`AccountId`),
KEY `FK9F4CBAC0C5FE6007` (`HeaderId`),
KEY `FK9F4CBAC0C5FE6007` (`HeaderId`),
KEY `FK9F4CBAC0D203EDC5` (`InOutItemId`)
KEY `FK9F4CBAC0D203EDC5` (`InOutItemId`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
98
DEFAULT
CHARSET
=
utf8
COMMENT
=
'财务子表'
;
) ENGINE=InnoDB AUTO_INCREMENT=
104
DEFAULT CHARSET=utf8 COMMENT='财务子表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_accountitem
-- Records of jsh_accountitem
...
@@ -142,6 +148,12 @@ INSERT INTO `jsh_accountitem` VALUES ('94', '93', '13', null, '44.000000', '', '
...
@@ -142,6 +148,12 @@ INSERT INTO `jsh_accountitem` VALUES ('94', '93', '13', null, '44.000000', '', '
INSERT INTO `jsh_accountitem` VALUES ('95', '94', '13', null, '-66.000000', '', '1', '0');
INSERT INTO `jsh_accountitem` VALUES ('95', '94', '13', null, '-66.000000', '', '1', '0');
INSERT INTO `jsh_accountitem` VALUES ('96', '95', '13', null, '6.000000', '', '1', '0');
INSERT INTO `jsh_accountitem` VALUES ('96', '95', '13', null, '6.000000', '', '1', '0');
INSERT INTO `jsh_accountitem` VALUES ('97', '96', null, '14', '22.000000', '', null, '0');
INSERT INTO `jsh_accountitem` VALUES ('97', '96', null, '14', '22.000000', '', null, '0');
INSERT INTO `jsh_accountitem` VALUES ('98', '97', null, '22', '10.000000', '', '63', '0');
INSERT INTO `jsh_accountitem` VALUES ('99', '98', null, '21', '20.000000', '', '63', '0');
INSERT INTO `jsh_accountitem` VALUES ('100', '99', '17', null, '20.000000', '', '63', '0');
INSERT INTO `jsh_accountitem` VALUES ('101', '100', '17', null, '-20.000000', '', '63', '0');
INSERT INTO `jsh_accountitem` VALUES ('102', '101', '17', null, '20.000000', '', '63', '0');
INSERT INTO `jsh_accountitem` VALUES ('103', '102', '17', null, '1000.000000', '', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_depot
-- Table structure for jsh_depot
...
@@ -224,7 +236,7 @@ CREATE TABLE `jsh_depothead` (
...
@@ -224,7 +236,7 @@ CREATE TABLE `jsh_depothead` (
KEY `FK2A80F214B610FC06` (`OrganId`),
KEY `FK2A80F214B610FC06` (`OrganId`),
KEY `FK2A80F2142888F9A` (`ProjectId`),
KEY `FK2A80F2142888F9A` (`ProjectId`),
KEY `FK2A80F214AAE50527` (`AccountId`)
KEY `FK2A80F214AAE50527` (`AccountId`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
199
DEFAULT
CHARSET
=
utf8
COMMENT
=
'单据主表'
;
) ENGINE=InnoDB AUTO_INCREMENT=
210
DEFAULT CHARSET=utf8 COMMENT='单据主表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_depothead
-- Records of jsh_depothead
...
@@ -369,7 +381,18 @@ INSERT INTO `jsh_depothead` VALUES ('194', '入库', '采购', null, 'CGRK000000
...
@@ -369,7 +381,18 @@ INSERT INTO `jsh_depothead` VALUES ('194', '入库', '采购', null, 'CGRK000000
INSERT INTO `jsh_depothead` VALUES ('195', '入库', '采购', null, 'CGRK00000000273', 'CGRK00000000273', '季圣华', '2019-04-30 22:34:45', '2019-04-30 22:34:32', '57', null, '17', '-610.000000', null, '-610.000000', '现付', '', '', null, '', '0.000000', '0.000000', '610.000000', null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('195', '入库', '采购', null, 'CGRK00000000273', 'CGRK00000000273', '季圣华', '2019-04-30 22:34:45', '2019-04-30 22:34:32', '57', null, '17', '-610.000000', null, '-610.000000', '现付', '', '', null, '', '0.000000', '0.000000', '610.000000', null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('196', '入库', '采购', null, 'CGRK00000000274', 'CGRK00000000274', '季圣华', '2019-04-30 22:35:53', '2019-05-03 11:57:49', '57', null, '18', '-670.000000', null, '-670.000000', '现付', '', '', null, '', '0.000000', '0.000000', '670.000000', '0.000000', '[\"undefined\"]', '[\"undefined\"]', null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('196', '入库', '采购', null, 'CGRK00000000274', 'CGRK00000000274', '季圣华', '2019-04-30 22:35:53', '2019-05-03 11:57:49', '57', null, '18', '-670.000000', null, '-670.000000', '现付', '', '', null, '', '0.000000', '0.000000', '670.000000', '0.000000', '[\"undefined\"]', '[\"undefined\"]', null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('197', '出库', '销售', null, 'XSCK00000000290', 'XSCK00000000290', '季圣华', '2019-04-30 23:15:27', '2019-04-30 23:15:09', '58', null, '17', '90.000000', null, '90.000000', '现付', '', '', null, '', '0.000000', '0.000000', '90.000000', null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('197', '出库', '销售', null, 'XSCK00000000290', 'XSCK00000000290', '季圣华', '2019-04-30 23:15:27', '2019-04-30 23:15:09', '58', null, '17', '90.000000', null, '90.000000', '现付', '', '', null, '', '0.000000', '0.000000', '90.000000', null, null, null, null, '0', '', '63', '0');
INSERT
INTO
`jsh_depothead`
VALUES
(
'198'
,
'入库'
,
'采购'
,
null
,
'CGRK00000000292'
,
'CGRK00000000292'
,
'季圣华'
,
'2019-05-03 14:20:56'
,
'2019-05-03 14:19:38'
,
'57'
,
null
,
'17'
,
'-1.120000'
,
null
,
'-1.000000'
,
'现付'
,
''
,
''
,
null
,
''
,
'0.000000'
,
'0.000000'
,
'1.120000'
,
null
,
null
,
null
,
null
,
'0'
,
''
,
'63'
,
'0'
);
INSERT INTO `jsh_depothead` VALUES ('198', '入库', '采购', null, 'CGRK00000000292', 'CGRK00000000292', '季圣华', '2019-05-03 14:20:56', '2019-05-03 14:19:38', '57', null, '17', '-1.120000', null, '-1.000000', '现付', '', '', null, '', '0.000000', '0.000000', '1.120000', null, null, null, null, '0', '', '63', '1');
INSERT INTO `jsh_depothead` VALUES ('199', '其它', '采购订单', null, 'CGDD00000000305', 'CGDD00000000305', '季圣华', '2019-12-28 12:16:36', '2019-12-28 12:16:27', '57', '63', null, '0.000000', null, '-10.000000', '现付', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('200', '出库', '采购退货', null, 'CGTH00000000306', 'CGTH00000000306', '季圣华', '2019-12-28 12:16:55', '2019-12-28 12:16:45', '57', '63', '17', '22.400000', null, '20.000000', '现付', '', '', null, '', '0.000000', '0.000000', '22.400000', null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('201', '其它', '销售订单', null, 'XSDD00000000307', 'XSDD00000000307', '季圣华', '2019-12-28 12:17:09', '2019-12-28 12:16:59', '58', '63', null, '0.000000', null, '5.000000', '现付', '', '<14>', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('202', '入库', '销售退货', null, 'XSTH00000000308', 'XSTH00000000308', '季圣华', '2019-12-28 12:17:22', '2019-12-28 12:17:13', '58', '63', '17', '-8.000000', null, '-8.000000', '现付', '', '', null, '', '0.000000', '0.000000', '8.000000', null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('203', '入库', '其它', null, 'QTRK00000000309', 'QTRK00000000309', '季圣华', '2019-12-28 12:17:40', '2019-12-28 12:17:26', '57', '63', null, '0.000000', null, '13.000000', '现付', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('204', '出库', '其它', null, 'QTCK00000000310', 'QTCK00000000310', '季圣华', '2019-12-28 12:17:48', '2019-12-28 12:17:42', '58', '63', null, '0.000000', null, '5.000000', '现付', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('205', '出库', '调拨', null, 'DBCK00000000311', 'DBCK00000000311', '季圣华', '2019-12-28 12:17:58', '2019-12-28 12:17:51', null, '63', null, '0.000000', null, '0.000000', '现付', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('206', '其它', '组装单', null, 'ZZD00000000312', 'ZZD00000000312', '季圣华', '2019-12-28 12:18:09', '2019-12-28 12:18:00', null, '63', null, '0.000000', null, '0.000000', '现付', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('207', '其它', '拆卸单', null, 'CXD00000000313', 'CXD00000000313', '季圣华', '2019-12-28 12:18:47', '2019-12-28 12:18:11', null, '63', null, '0.000000', null, '0.000000', '现付', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('208', '出库', '零售', null, 'LSCK00000000314', 'LSCK00000000314', '季圣华', '2019-12-28 12:20:26', '2019-12-28 12:20:14', '60', '63', '17', '6.000000', null, '6.000000', '预付款', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
INSERT INTO `jsh_depothead` VALUES ('209', '入库', '零售退货', null, 'LSTH00000000315', 'LSTH00000000315', '季圣华', '2019-12-28 12:20:39', '2019-12-28 12:20:29', '60', '63', '17', '-6.000000', null, '-6.000000', '现付', '', '', null, '', null, null, null, null, null, null, null, '0', '', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_depotitem
-- Table structure for jsh_depotitem
...
@@ -406,7 +429,7 @@ CREATE TABLE `jsh_depotitem` (
...
@@ -406,7 +429,7 @@ CREATE TABLE `jsh_depotitem` (
KEY `FK2A819F474BB6190E` (`HeaderId`),
KEY `FK2A819F474BB6190E` (`HeaderId`),
KEY `FK2A819F479485B3F5` (`DepotId`),
KEY `FK2A819F479485B3F5` (`DepotId`),
KEY `FK2A819F47729F5392` (`AnotherDepotId`)
KEY `FK2A819F47729F5392` (`AnotherDepotId`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
16
DEFAULT
CHARSET
=
utf8
COMMENT
=
'单据子表'
;
) ENGINE=InnoDB AUTO_INCREMENT=2
30
DEFAULT CHARSET=utf8 COMMENT='单据子表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_depotitem
-- Records of jsh_depotitem
...
@@ -567,7 +590,21 @@ INSERT INTO `jsh_depotitem` VALUES ('211', '196', '568', '个', '3.000000', '3.0
...
@@ -567,7 +590,21 @@ INSERT INTO `jsh_depotitem` VALUES ('211', '196', '568', '个', '3.000000', '3.0
INSERT INTO `jsh_depotitem` VALUES ('212', '196', '568', '个', '4.000000', '4.000000', '0.000000', '0.000000', '0.000000', '', null, null, '14', null, '0.000000', '0.000000', '0.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('212', '196', '568', '个', '4.000000', '4.000000', '0.000000', '0.000000', '0.000000', '', null, null, '14', null, '0.000000', '0.000000', '0.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('213', '196', '568', '个', '5.000000', '5.000000', '2.000000', '2.000000', '10.000000', '', null, null, '14', null, '0.000000', '0.000000', '10.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('213', '196', '568', '个', '5.000000', '5.000000', '2.000000', '2.000000', '10.000000', '', null, null, '14', null, '0.000000', '0.000000', '10.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('214', '196', '569', '只', '6.000000', '6.000000', '5.000000', '5.000000', '30.000000', '', null, null, '14', null, '0.000000', '0.000000', '30.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('214', '196', '569', '只', '6.000000', '6.000000', '5.000000', '5.000000', '30.000000', '', null, null, '14', null, '0.000000', '0.000000', '30.000000', '', '', '', '', '', '', '63', '0');
INSERT
INTO
`jsh_depotitem`
VALUES
(
'215'
,
'198'
,
'578'
,
'箱'
,
'1.000000'
,
'12.000000'
,
'1.000000'
,
'1.120000'
,
'1.000000'
,
''
,
null
,
null
,
'14'
,
null
,
'12.000000'
,
'0.120000'
,
'1.120000'
,
''
,
''
,
''
,
''
,
''
,
''
,
'63'
,
'0'
);
INSERT INTO `jsh_depotitem` VALUES ('215', '198', '578', '箱', '1.000000', '12.000000', '1.000000', '1.120000', '1.000000', '', null, null, '14', null, '12.000000', '0.120000', '1.120000', '', '', '', '', '', '', '63', '1');
INSERT INTO `jsh_depotitem` VALUES ('216', '199', '568', '个', '1.000000', '1.000000', '10.000000', '11.200000', '10.000000', '', null, null, '14', null, '12.000000', '1.200000', '11.200000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('217', '200', '568', '个', '1.000000', '1.000000', '20.000000', '22.400000', '20.000000', '', null, null, '14', null, '12.000000', '2.400000', '22.400000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('218', '201', '568', '个', '1.000000', '1.000000', '5.000000', '5.000000', '5.000000', '', null, null, '14', null, '0.000000', '0.000000', '5.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('219', '202', '568', '个', '1.000000', '1.000000', '8.000000', '8.000000', '8.000000', '', null, null, '14', null, '0.000000', '0.000000', '8.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('220', '203', '568', '个', '1.000000', '1.000000', '8.000000', '8.960000', '8.000000', '', null, null, '14', null, '12.000000', '0.960000', '8.960000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('221', '203', '569', '只', '1.000000', '1.000000', '5.000000', '5.600000', '5.000000', '', null, null, '14', null, '12.000000', '0.600000', '5.600000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('222', '204', '569', '只', '1.000000', '1.000000', '5.000000', '5.000000', '5.000000', '', null, null, '14', null, '0.000000', '0.000000', '5.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('223', '205', '568', '个', '1.000000', '1.000000', '0.000000', '0.000000', '0.000000', '', null, null, '14', '15', '0.000000', '0.000000', '0.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('224', '206', '568', '个', '1.000000', '1.000000', '0.000000', '0.000000', '0.000000', '', null, null, '14', null, '0.000000', '0.000000', '0.000000', '', '', '', '', '', '组合件', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('225', '206', '569', '只', '1.000000', '1.000000', '0.000000', '0.000000', '0.000000', '', null, null, '14', null, '0.000000', '0.000000', '0.000000', '', '', '', '', '', '普通子件', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('226', '207', '569', '只', '1.000000', '1.000000', '0.000000', '0.000000', '0.000000', '', null, null, '14', null, '0.000000', '0.000000', '0.000000', '', '', '', '', '', '组合件', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('227', '207', '568', '个', '1.000000', '1.000000', '0.000000', '0.000000', '0.000000', '', null, null, '14', null, '0.000000', '0.000000', '0.000000', '', '', '', '', '', '普通子件', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('228', '208', '568', '个', '1.000000', '1.000000', '6.000000', '6.000000', '6.000000', '', null, null, '14', null, '0.000000', '0.000000', '6.000000', '', '', '', '', '', '', '63', '0');
INSERT INTO `jsh_depotitem` VALUES ('229', '209', '568', '个', '1.000000', '1.000000', '6.000000', '6.000000', '6.000000', '', null, null, '14', null, '0.000000', '0.000000', '6.000000', '', '', '', '', '', '', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_functions
-- Table structure for jsh_functions
...
@@ -663,7 +700,7 @@ CREATE TABLE `jsh_inoutitem` (
...
@@ -663,7 +700,7 @@ CREATE TABLE `jsh_inoutitem` (
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
PRIMARY KEY (`Id`)
PRIMARY KEY (`Id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
1
DEFAULT
CHARSET
=
utf8
COMMENT
=
'收支项目'
;
) ENGINE=InnoDB AUTO_INCREMENT=2
3
DEFAULT CHARSET=utf8 COMMENT='收支项目';
-- ----------------------------
-- ----------------------------
-- Records of jsh_inoutitem
-- Records of jsh_inoutitem
...
@@ -684,6 +721,8 @@ INSERT INTO `jsh_inoutitem` VALUES ('17', '支出项目1', '支出', '', '1', '0
...
@@ -684,6 +721,8 @@ INSERT INTO `jsh_inoutitem` VALUES ('17', '支出项目1', '支出', '', '1', '0
INSERT INTO `jsh_inoutitem` VALUES ('18', '收入1', '收入', '', '117', '0');
INSERT INTO `jsh_inoutitem` VALUES ('18', '收入1', '收入', '', '117', '0');
INSERT INTO `jsh_inoutitem` VALUES ('19', '支出1', '支出', '', '117', '0');
INSERT INTO `jsh_inoutitem` VALUES ('19', '支出1', '支出', '', '117', '0');
INSERT INTO `jsh_inoutitem` VALUES ('20', '支出2', '支出', '', '117', '0');
INSERT INTO `jsh_inoutitem` VALUES ('20', '支出2', '支出', '', '117', '0');
INSERT INTO `jsh_inoutitem` VALUES ('21', '支出1', '支出', '', '63', '0');
INSERT INTO `jsh_inoutitem` VALUES ('22', '收入1', '收入', '', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_log
-- Table structure for jsh_log
...
@@ -701,324 +740,11 @@ CREATE TABLE `jsh_log` (
...
@@ -701,324 +740,11 @@ CREATE TABLE `jsh_log` (
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
PRIMARY KEY (`id`),
PRIMARY KEY (`id`),
KEY `FKF2696AA13E226853` (`userID`)
KEY `FKF2696AA13E226853` (`userID`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
6
348
DEFAULT
CHARSET
=
utf8
COMMENT
=
'操作日志'
;
) ENGINE=InnoDB AUTO_INCREMENT=6
420
DEFAULT CHARSET=utf8 COMMENT='操作日志';
-- ----------------------------
-- ----------------------------
-- Records of jsh_log
-- Records of jsh_log
-- ----------------------------
-- ----------------------------
INSERT
INTO
`jsh_log`
VALUES
(
'1722'
,
'63'
,
'登录系统'
,
'192.168.1.104'
,
'2016-11-27 13:17:17'
,
'0'
,
'管理用户:jsh 登录系统'
,
'jsh 登录系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1723'
,
'63'
,
'登录系统'
,
'192.168.1.104'
,
'2016-11-27 13:17:30'
,
'0'
,
'管理用户:jsh 登录系统'
,
'jsh 登录系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1724'
,
'63'
,
'退出系统'
,
'192.168.1.104'
,
'2016-11-27 13:17:48'
,
'0'
,
'管理用户:jsh 退出系统'
,
'jsh 退出系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1725'
,
'65'
,
'登录系统'
,
'192.168.1.104'
,
'2016-11-27 13:17:52'
,
'0'
,
'管理用户:ls 登录系统'
,
'ls 登录系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1726'
,
'65'
,
'退出系统'
,
'192.168.1.104'
,
'2016-11-27 13:18:18'
,
'0'
,
'管理用户:ls 退出系统'
,
'ls 退出系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1727'
,
'63'
,
'登录系统'
,
'192.168.1.104'
,
'2016-11-27 13:18:22'
,
'0'
,
'管理用户:jsh 登录系统'
,
'jsh 登录系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1728'
,
'63'
,
'更新UserBusiness'
,
'192.168.1.104'
,
'2016-11-27 13:18:44'
,
'0'
,
'更新UserBusiness的ID为 6 成功!'
,
'更新UserBusiness成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1729'
,
'63'
,
'退出系统'
,
'192.168.1.104'
,
'2016-11-27 13:18:48'
,
'0'
,
'管理用户:jsh 退出系统'
,
'jsh 退出系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1730'
,
'65'
,
'登录系统'
,
'192.168.1.104'
,
'2016-11-27 13:18:53'
,
'0'
,
'管理用户:ls 登录系统'
,
'ls 登录系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1731'
,
'63'
,
'登录系统'
,
'192.168.1.104'
,
'2016-12-04 10:38:50'
,
'0'
,
'管理用户:jsh 登录系统'
,
'jsh 登录系统'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1732'
,
'63'
,
'增加物料'
,
'192.168.1.104'
,
'2016-12-04 10:40:52'
,
'0'
,
'增加物料名称为 11 成功!'
,
'增加物料成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1733'
,
'63'
,
'更新物料'
,
'192.168.1.104'
,
'2016-12-04 10:59:57'
,
'0'
,
'更新物料ID为 499 成功!'
,
'更新物料成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1734'
,
'63'
,
'更新物料'
,
'192.168.1.104'
,
'2016-12-04 11:00:13'
,
'0'
,
'更新物料ID为 499 成功!'
,
'更新物料成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1735'
,
'63'
,
'删除物料'
,
'192.168.1.104'
,
'2016-12-04 11:00:38'
,
'0'
,
'删除物料ID为 499 成功!'
,
'删除物料成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1736'
,
'63'
,
'增加物料'
,
'192.168.1.104'
,
'2016-12-04 11:02:35'
,
'0'
,
'增加物料名称为 11 成功!'
,
'增加物料成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1737'
,
'63'
,
'批量删除物料'
,
'192.168.1.104'
,
'2016-12-04 11:02:41'
,
'0'
,
'批量删除物料ID为 500 成功!'
,
'批量删除物料成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1738'
,
'63'
,
'更新功能'
,
'192.168.1.104'
,
'2016-12-04 11:04:43'
,
'0'
,
'更新功能ID为 26 成功!'
,
'更新功能成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1739'
,
'63'
,
'增加供应商'
,
'192.168.1.104'
,
'2016-12-04 11:38:13'
,
'0'
,
'增加供应商名称为 aa 成功!'
,
'增加供应商成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1740'
,
'63'
,
'增加供应商'
,
'192.168.1.104'
,
'2016-12-04 11:48:36'
,
'0'
,
'增加供应商名称为 aaaa 成功!'
,
'增加供应商成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1741'
,
'63'
,
'删除供应商'
,
'192.168.1.104'
,
'2016-12-04 11:48:53'
,
'0'
,
'删除供应商ID为 3,名称为 aa成功!'
,
'删除供应商成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'1742'
,
'63'
,
'更新供应商'
,
'192.168.1.104'
,
'2016-12-04 11:48:59'
,
'0'
,
'更新供应商ID为 4 成功!'
,
'更新供应商成功'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5852'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 15:49:57'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5853'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-03-09 15:50:31'
,
'0'
,
'新增商品'
,
'新增商品'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5854'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-03-09 15:50:49'
,
'0'
,
'更新,id:563商品'
,
'更新,id:563商品'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5855'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 15:52:06'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5856'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 15:52:21'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5857'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 15:53:07'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5858'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 15:57:26'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5859'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-03-09 16:00:18'
,
'0'
,
'更新,id:562商品'
,
'更新,id:562商品'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5860'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-03-09 16:01:17'
,
'0'
,
'更新,id:562商品'
,
'更新,id:562商品'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5861'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 16:02:30'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5862'
,
'63'
,
'功能'
,
'127.0.0.1'
,
'2019-03-09 16:10:29'
,
'0'
,
'更新,id:241功能'
,
'更新,id:241功能'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5863'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 16:27:38'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5864'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 16:35:53'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5865'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 16:37:34'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5866'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 16:38:03'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5867'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-03-09 16:54:36'
,
'0'
,
'更新,id:563商品'
,
'更新,id:563商品'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5868'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 22:35:21'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5869'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:13:40'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5870'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:19:15'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5871'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:27:52'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5872'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:28:43'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5873'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:32:57'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5874'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:35:07'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5875'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:38:10'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5876'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-09 23:39:46'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5877'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 15:48:42'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5878'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 15:54:30'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5879'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 15:56:23'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5880'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 16:05:10'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5881'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 16:46:13'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5882'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 16:47:04'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5883'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:00:25'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5884'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:40:13'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5885'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:42:11'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5886'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:44:49'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5887'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:47:23'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5888'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:48:28'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5889'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:49:51'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5890'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 17:50:19'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5891'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 18:13:00'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5892'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 18:16:25'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5893'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 18:24:54'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5894'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 18:30:56'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5895'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 18:43:23'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5896'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 19:19:45'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5897'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 19:21:56'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5898'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 20:00:11'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5899'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 20:02:01'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5900'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-10 20:02:33'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5901'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-03-15 23:02:54'
,
'0'
,
'更新,id:2仓库'
,
'更新,id:2仓库'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5902'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-03-15 23:03:55'
,
'0'
,
'更新,id:2仓库'
,
'更新,id:2仓库'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5903'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-03-15 23:04:10'
,
'0'
,
'更新,id:1仓库'
,
'更新,id:1仓库'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5904'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-03-15 23:04:15'
,
'0'
,
'更新,id:3仓库'
,
'更新,id:3仓库'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5905'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-15 23:05:40'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5906'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-15 23:06:22'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5907'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-15 23:06:52'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5908'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-15 23:08:18'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5909'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-15 23:08:33'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5910'
,
'63'
,
'计量单位'
,
'127.0.0.1'
,
'2019-03-15 23:12:39'
,
'0'
,
'新增计量单位'
,
'新增计量单位'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5911'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-15 23:15:30'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5912'
,
'63'
,
'角色'
,
'0:0:0:0:0:0:0:1'
,
'2019-03-17 21:37:05'
,
'0'
,
'新增角色'
,
'新增角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5913'
,
'63'
,
'角色'
,
'0:0:0:0:0:0:0:1'
,
'2019-03-17 23:26:30'
,
'0'
,
'新增角色'
,
'新增角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5914'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-03-18 22:38:21'
,
'0'
,
'新增商家'
,
'新增商家'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5915'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-03-18 22:38:33'
,
'0'
,
'新增商家'
,
'新增商家'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5916'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-03-18 22:38:39'
,
'0'
,
'新增仓库'
,
'新增仓库'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5917'
,
'63'
,
'账户'
,
'127.0.0.1'
,
'2019-03-18 22:38:58'
,
'0'
,
'新增账户'
,
'新增账户'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5918'
,
'63'
,
'经手人'
,
'127.0.0.1'
,
'2019-03-18 22:45:08'
,
'0'
,
'新增经手人'
,
'新增经手人'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5919'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-03-18 23:07:31'
,
'0'
,
'新增商品'
,
'新增商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5920'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-03-18 23:38:47'
,
'0'
,
'新增商家'
,
'新增商家'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5921'
,
'63'
,
'收支项目'
,
'127.0.0.1'
,
'2019-03-18 23:39:09'
,
'0'
,
'新增收支项目'
,
'新增收支项目'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5922'
,
'63'
,
'计量单位'
,
'127.0.0.1'
,
'2019-03-18 23:49:08'
,
'0'
,
'新增计量单位'
,
'新增计量单位'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5923'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-18 23:49:31'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5924'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-03-19 21:57:45'
,
'0'
,
'新增商家'
,
'新增商家'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5925'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-19 22:00:49'
,
'0'
,
'更新,id:3关联关系'
,
'更新,id:3关联关系'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5926'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-19 22:01:14'
,
'0'
,
'更新,id:7关联关系'
,
'更新,id:7关联关系'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5927'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-19 22:01:21'
,
'0'
,
'更新,id:7关联关系'
,
'更新,id:7关联关系'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5928'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-19 22:05:11'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5933'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:08:46'
,
'0'
,
'更新,id:564商品'
,
'更新,id:564商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5934'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:10:17'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5935'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:10:35'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5936'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:11:39'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5937'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:12:04'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5938'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:12:18'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5939'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:12:29'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5940'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:12:43'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5941'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:12:53'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5942'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:13:20'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5943'
,
'96'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:13:34'
,
'0'
,
'新增单据'
,
'新增单据'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5944'
,
'96'
,
'收支项目'
,
'127.0.0.1'
,
'2019-03-19 22:14:18'
,
'0'
,
'新增收支项目'
,
'新增收支项目'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5945'
,
'96'
,
'经手人'
,
'127.0.0.1'
,
'2019-03-19 22:14:33'
,
'0'
,
'新增经手人'
,
'新增经手人'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5946'
,
'96'
,
'财务'
,
'127.0.0.1'
,
'2019-03-19 22:14:50'
,
'0'
,
'新增财务'
,
'新增财务'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5947'
,
'96'
,
'财务'
,
'127.0.0.1'
,
'2019-03-19 22:15:09'
,
'0'
,
'新增财务'
,
'新增财务'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5948'
,
'96'
,
'财务'
,
'127.0.0.1'
,
'2019-03-19 22:15:22'
,
'0'
,
'新增财务'
,
'新增财务'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5949'
,
'96'
,
'财务'
,
'127.0.0.1'
,
'2019-03-19 22:15:36'
,
'0'
,
'新增财务'
,
'新增财务'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5950'
,
'96'
,
'财务'
,
'127.0.0.1'
,
'2019-03-19 22:16:04'
,
'0'
,
'新增财务'
,
'新增财务'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5951'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:35:56'
,
'0'
,
'新增商品'
,
'新增商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5952'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:36:03'
,
'0'
,
'更新,id:565商品'
,
'更新,id:565商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5953'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:36:11'
,
'0'
,
'更新,id:565商品'
,
'更新,id:565商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5954'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:36:24'
,
'0'
,
'更新,id:565商品'
,
'更新,id:565商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5955'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:37:17'
,
'0'
,
'更新,id:565商品'
,
'更新,id:565商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5956'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:44:12'
,
'0'
,
'更新,id:565商品'
,
'更新,id:565商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5957'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:44:18'
,
'0'
,
'更新,id:565商品'
,
'更新,id:565商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5958'
,
'96'
,
'商品'
,
'127.0.0.1'
,
'2019-03-19 22:44:23'
,
'0'
,
'更新,id:565商品'
,
'更新,id:565商品'
,
'1'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5959'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:48:07'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5960'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:48:22'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5961'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-19 22:48:40'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5962'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-03-21 23:50:49'
,
'0'
,
'新增商家'
,
'新增商家'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5963'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-03-21 23:51:05'
,
'0'
,
'批量删除,id集:51商家'
,
'批量删除,id集:51商家'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5964'
,
'63'
,
null
,
'127.0.0.1'
,
'2019-03-21 23:57:46'
,
'0'
,
'删除,id:101null'
,
'删除,id:101null'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5965'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-21 23:58:56'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5966'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-03-21 23:59:18'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5967'
,
'63'
,
'财务'
,
'127.0.0.1'
,
'2019-03-21 23:59:38'
,
'0'
,
'新增财务'
,
'新增财务'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5968'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-03-24 23:51:47'
,
'0'
,
'新增角色'
,
'新增角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5969'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:07:16'
,
'0'
,
'新增角色'
,
'新增角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5970'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-29 00:07:21'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5971'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-29 00:07:52'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5972'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-29 00:08:07'
,
'0'
,
'修改,id:32关联关系'
,
'修改,id:32关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5973'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:08:21'
,
'0'
,
'批量删除,id集:9角色'
,
'批量删除,id集:9角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5974'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:08:24'
,
'0'
,
'删除,id:8角色'
,
'删除,id:8角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5975'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:08:26'
,
'0'
,
'删除,id:7角色'
,
'删除,id:7角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5976'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:08:27'
,
'0'
,
'删除,id:6角色'
,
'删除,id:6角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5977'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-29 00:08:35'
,
'0'
,
'修改,id:32关联关系'
,
'修改,id:32关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5978'
,
'113'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:10:02'
,
'0'
,
'新增角色'
,
'新增角色'
,
'10'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5979'
,
'113'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:11:34'
,
'0'
,
'新增角色'
,
'新增角色'
,
'113'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5980'
,
'113'
,
'角色'
,
'127.0.0.1'
,
'2019-03-29 00:11:39'
,
'0'
,
'删除,id:12角色'
,
'删除,id:12角色'
,
'113'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5981'
,
'115'
,
'用户'
,
'127.0.0.1'
,
'2019-03-31 21:18:29'
,
'0'
,
'新增用户'
,
'新增用户'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'5983'
,
'63'
,
'用户'
,
'127.0.0.1'
,
'2019-03-31 21:49:38'
,
'0'
,
'新增用户'
,
'新增用户'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'5984'
,
'63'
,
'用户'
,
'127.0.0.1'
,
'2019-03-31 21:49:49'
,
'0'
,
'删除,id:118用户'
,
'删除,id:118用户'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6026'
,
'63'
,
'用户'
,
'127.0.0.1'
,
'2019-03-31 22:18:21'
,
'0'
,
'修改,id:63用户'
,
'修改,id:63用户'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6046'
,
'120'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-31 23:17:23'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6047'
,
'120'
,
'关联关系'
,
'127.0.0.1'
,
'2019-03-31 23:18:10'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6048'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-04-01 22:36:16'
,
'0'
,
'新增角色'
,
'新增角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6049'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:36:27'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6050'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:36:50'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6051'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:37:14'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6052'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:39:07'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6053'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:39:14'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6054'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:39:52'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6055'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:41:39'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6056'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:49:09'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6057'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 22:49:41'
,
'0'
,
'修改,id:17关联关系'
,
'修改,id:17关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6058'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:16:20'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6059'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:20:23'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6060'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:22:00'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6061'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:23:26'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6062'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:25:33'
,
'0'
,
'修改,id:45关联关系'
,
'修改,id:45关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6063'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:34:27'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6064'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:39:52'
,
'0'
,
'修改,id:46关联关系'
,
'修改,id:46关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6065'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:43:21'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6066'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:43:43'
,
'0'
,
'修改,id:48关联关系'
,
'修改,id:48关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6067'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:43:58'
,
'0'
,
'修改,id:48关联关系'
,
'修改,id:48关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6069'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:46:01'
,
'0'
,
'修改,id:48关联关系'
,
'修改,id:48关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6070'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:46:26'
,
'0'
,
'修改,id:21关联关系'
,
'修改,id:21关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6071'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:48:17'
,
'0'
,
'修改,id:48关联关系'
,
'修改,id:48关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6072'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-01 23:49:09'
,
'0'
,
'修改,id:48关联关系'
,
'修改,id:48关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6073'
,
'115'
,
'用户'
,
'127.0.0.1'
,
'2019-04-02 22:21:51'
,
'0'
,
'删除,id:116用户'
,
'删除,id:116用户'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6074'
,
'115'
,
'用户'
,
'127.0.0.1'
,
'2019-04-02 22:21:58'
,
'0'
,
'新增用户'
,
'新增用户'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6075'
,
'120'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-02 22:23:53'
,
'0'
,
'修改,id:16关联关系'
,
'修改,id:16关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6076'
,
'120'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-02 22:24:16'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6077'
,
'115'
,
'商品类型'
,
'127.0.0.1'
,
'2019-04-02 22:28:07'
,
'0'
,
'新增商品类型'
,
'新增商品类型'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6078'
,
'115'
,
'商品'
,
'127.0.0.1'
,
'2019-04-02 22:28:28'
,
'0'
,
'新增商品'
,
'新增商品'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6079'
,
'115'
,
'商家'
,
'127.0.0.1'
,
'2019-04-02 22:28:37'
,
'0'
,
'新增商家'
,
'新增商家'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6080'
,
'115'
,
'仓库'
,
'127.0.0.1'
,
'2019-04-02 22:28:45'
,
'0'
,
'新增仓库'
,
'新增仓库'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6081'
,
'115'
,
'账户'
,
'127.0.0.1'
,
'2019-04-02 22:28:56'
,
'0'
,
'新增账户'
,
'新增账户'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6082'
,
'115'
,
'账户'
,
'127.0.0.1'
,
'2019-04-02 22:28:57'
,
'0'
,
'修改,id:16账户'
,
'修改,id:16账户'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6083'
,
'115'
,
'经手人'
,
'127.0.0.1'
,
'2019-04-02 22:29:11'
,
'0'
,
'新增经手人'
,
'新增经手人'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6084'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-02 22:29:28'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6085'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-02 22:29:46'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6086'
,
'115'
,
'单据'
,
'127.0.0.1'
,
'2019-04-02 22:30:01'
,
'0'
,
'新增单据'
,
'新增单据'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6087'
,
'115'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-02 22:30:01'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6088'
,
'115'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-02 22:30:01'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6089'
,
'115'
,
'单据'
,
'127.0.0.1'
,
'2019-04-02 22:30:20'
,
'0'
,
'新增单据'
,
'新增单据'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6090'
,
'115'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-02 22:30:20'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6091'
,
'115'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-02 22:30:20'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6092'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-02 22:32:00'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6093'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-02 22:32:00'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6094'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-02 22:32:00'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6095'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-02 22:39:44'
,
'0'
,
'删除,id:178单据'
,
'删除,id:178单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6096'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-02 22:39:45'
,
'0'
,
'删除,id:178单据'
,
'删除,id:178单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6097'
,
'63'
,
'角色'
,
'127.0.0.1'
,
'2019-04-02 22:39:55'
,
'0'
,
'新增角色'
,
'新增角色'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6098'
,
'63'
,
'序列号'
,
'127.0.0.1'
,
'2019-04-02 22:39:57'
,
'0'
,
'删除,id:14序列号'
,
'删除,id:14序列号'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6099'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-04 23:06:58'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6100'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-04 23:06:58'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6101'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-04 23:06:58'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6102'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-05 17:13:49'
,
'0'
,
'修改,id:54关联关系'
,
'修改,id:54关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6103'
,
'115'
,
'角色'
,
'127.0.0.1'
,
'2019-04-05 17:14:12'
,
'0'
,
'新增角色'
,
'新增角色'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6104'
,
'115'
,
'商家'
,
'127.0.0.1'
,
'2019-04-05 17:14:26'
,
'0'
,
'新增商家'
,
'新增商家'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6105'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-05 17:14:39'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6106'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-05 17:14:52'
,
'0'
,
'修改,id:54关联关系'
,
'修改,id:54关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6107'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-05 17:15:20'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6108'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-05 17:15:32'
,
'0'
,
'新增关联关系'
,
'新增关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6109'
,
'115'
,
'用户'
,
'127.0.0.1'
,
'2019-04-05 17:19:53'
,
'0'
,
'修改,id:115用户'
,
'修改,id:115用户'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6110'
,
'115'
,
'用户'
,
'127.0.0.1'
,
'2019-04-05 17:20:05'
,
'0'
,
'修改,id:115用户'
,
'修改,id:115用户'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6111'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-05 17:20:56'
,
'0'
,
'修改,id:56关联关系'
,
'修改,id:56关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6112'
,
'115'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-05 17:21:31'
,
'0'
,
'修改,id:56关联关系'
,
'修改,id:56关联关系'
,
'115'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6113'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:23:23'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6114'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:23:23'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6115'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:23:23'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6116'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:25:30'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6117'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:25:30'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6118'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:25:30'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6119'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:35:00'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6120'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:35:01'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6121'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:35:01'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6122'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:09'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6123'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:44:09'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6124'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:44:09'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6125'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:25'
,
'0'
,
'删除,id:184单据'
,
'删除,id:184单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6126'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:25'
,
'0'
,
'删除,id:184单据'
,
'删除,id:184单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6127'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:29'
,
'0'
,
'删除,id:185单据'
,
'删除,id:185单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6128'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:29'
,
'0'
,
'删除,id:185单据'
,
'删除,id:185单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6129'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:32'
,
'0'
,
'删除,id:186单据'
,
'删除,id:186单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6130'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:32'
,
'0'
,
'删除,id:186单据'
,
'删除,id:186单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6131'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:58'
,
'0'
,
'删除,id:183,182单据'
,
'删除,id:183,182单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6132'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:58'
,
'0'
,
'删除,id:183单据'
,
'删除,id:183单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6133'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:58'
,
'0'
,
'删除,id:183单据'
,
'删除,id:183单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6134'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:58'
,
'0'
,
'删除,id:182单据'
,
'删除,id:182单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6135'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:44:58'
,
'0'
,
'删除,id:182单据'
,
'删除,id:182单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6136'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:45:09'
,
'0'
,
'删除,id:179单据'
,
'删除,id:179单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6137'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:45:09'
,
'0'
,
'删除,id:179单据'
,
'删除,id:179单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6138'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 20:51:51'
,
'0'
,
'新增单据'
,
'新增单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6139'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:51:51'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6140'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 20:51:51'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6141'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 22:36:48'
,
'0'
,
'修改,id:188单据'
,
'修改,id:188单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6142'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 22:36:48'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6143'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 22:36:48'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6144'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 22:38:23'
,
'0'
,
'修改,id:188单据'
,
'修改,id:188单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6145'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 22:38:24'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6146'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 22:38:24'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6147'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-07 22:39:59'
,
'0'
,
'修改,id:188单据'
,
'修改,id:188单据'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6148'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 22:39:59'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6149'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-07 22:39:59'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6150'
,
'63'
,
'商品类型'
,
'127.0.0.1'
,
'2019-04-10 22:18:12'
,
'0'
,
'新增商品类型'
,
'新增商品类型'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6151'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-04-10 22:18:23'
,
'0'
,
'新增商品'
,
'新增商品'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6152'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-04-10 22:18:33'
,
'0'
,
'新增商家'
,
'新增商家'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6153'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-04-10 22:18:41'
,
'0'
,
'新增商家'
,
'新增商家'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6154'
,
'63'
,
'账户'
,
'127.0.0.1'
,
'2019-04-10 22:18:54'
,
'0'
,
'新增账户'
,
'新增账户'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6155'
,
'63'
,
'账户'
,
'127.0.0.1'
,
'2019-04-10 22:19:19'
,
'0'
,
'修改,id:17账户'
,
'修改,id:17账户'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6156'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-04-10 22:20:07'
,
'0'
,
'新增仓库'
,
'新增仓库'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6157'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-10 22:20:19'
,
'0'
,
'修改,id:18关联关系'
,
'修改,id:18关联关系'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6170'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-04-10 22:24:35'
,
'0'
,
'新增商品'
,
'新增商品'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6179'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-04-10 22:25:23'
,
'0'
,
'修改,id:568商品'
,
'修改,id:568商品'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6180'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-04-10 22:25:32'
,
'0'
,
'修改,id:569商品'
,
'修改,id:569商品'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6181'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-10 22:25:49'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6182'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-10 22:25:49'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6183'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-10 22:25:49'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6184'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-10 22:26:00'
,
'0'
,
'修改,id:189单据'
,
'修改,id:189单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6185'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-10 22:26:00'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6186'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-10 22:26:00'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6187'
,
'63'
,
'用户'
,
'127.0.0.1'
,
'2019-04-13 19:38:11'
,
'0'
,
'新增用户'
,
'新增用户'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6188'
,
'63'
,
'用户'
,
'127.0.0.1'
,
'2019-04-13 19:38:22'
,
'0'
,
'删除,id:122用户'
,
'删除,id:122用户'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6189'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-13 19:57:43'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6190'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-13 19:57:43'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6191'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-13 19:57:43'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6192'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-13 19:57:58'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6193'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-13 19:57:58'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6194'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-13 19:57:58'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6195'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-13 19:58:02'
,
'0'
,
'删除,id:190单据'
,
'删除,id:190单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6196'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-13 19:58:02'
,
'0'
,
'删除,id:190单据'
,
'删除,id:190单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6197'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-04-13 19:58:23'
,
'0'
,
'新增商品'
,
'新增商品'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6198'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-20 00:36:23'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6199'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-20 00:36:24'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6200'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-20 00:36:24'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6201'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-04-29 23:39:40'
,
'0'
,
'修改,id:58商家'
,
'修改,id:58商家'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6202'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-29 23:40:06'
,
'0'
,
'修改,id:27关联关系'
,
'修改,id:27关联关系'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6203'
,
'63'
,
'商品'
,
'127.0.0.1'
,
'2019-04-29 23:40:44'
,
'0'
,
'修改,id:569商品'
,
'修改,id:569商品'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6204'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-29 23:41:02'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6205'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-29 23:41:02'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6206'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-29 23:41:02'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6207'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-04-29 23:41:29'
,
'0'
,
'修改,id:58商家'
,
'修改,id:58商家'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6208'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-04-29 23:41:35'
,
'0'
,
'修改,id:58商家'
,
'修改,id:58商家'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6209'
,
'63'
,
'商家'
,
'127.0.0.1'
,
'2019-04-29 23:41:39'
,
'0'
,
'修改,id:58商家'
,
'修改,id:58商家'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6210'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-04-30 22:31:32'
,
'0'
,
'修改,id:14仓库'
,
'修改,id:14仓库'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6211'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-30 22:32:09'
,
'0'
,
'修改,id:18关联关系'
,
'修改,id:18关联关系'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6212'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-04-30 22:32:36'
,
'0'
,
'新增仓库'
,
'新增仓库'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6213'
,
'63'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-30 22:32:49'
,
'0'
,
'修改,id:18关联关系'
,
'修改,id:18关联关系'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6214'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-04-30 22:33:04'
,
'0'
,
'修改,id:15仓库'
,
'修改,id:15仓库'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6215'
,
'63'
,
'仓库'
,
'127.0.0.1'
,
'2019-04-30 22:33:04'
,
'0'
,
'修改,id:14仓库'
,
'修改,id:14仓库'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6216'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-30 22:33:23'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6217'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-30 22:33:24'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6218'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-30 22:33:24'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6219'
,
'63'
,
'账户'
,
'127.0.0.1'
,
'2019-04-30 22:34:23'
,
'0'
,
'新增账户'
,
'新增账户'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6220'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-30 22:34:45'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6221'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-30 22:34:45'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6222'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-30 22:34:45'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6223'
,
'63'
,
'单据'
,
'127.0.0.1'
,
'2019-04-30 22:35:53'
,
'0'
,
'新增单据'
,
'新增单据'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6224'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-30 22:35:53'
,
'0'
,
'新增单据明细'
,
'新增单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6225'
,
'63'
,
'单据明细'
,
'127.0.0.1'
,
'2019-04-30 22:35:53'
,
'0'
,
'删除,id:单据明细'
,
'删除,id:单据明细'
,
'63'
);
INSERT
INTO
`jsh_log`
VALUES
(
'6226'
,
'120'
,
'功能'
,
'127.0.0.1'
,
'2019-04-30 22:43:37'
,
'0'
,
'新增功能'
,
'新增功能'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6227'
,
'120'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-30 22:43:52'
,
'0'
,
'修改,id:5关联关系'
,
'修改,id:5关联关系'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6228'
,
'120'
,
'功能'
,
'127.0.0.1'
,
'2019-04-30 22:44:46'
,
'0'
,
'修改,id:244功能'
,
'修改,id:244功能'
,
null
);
INSERT
INTO
`jsh_log`
VALUES
(
'6229'
,
'120'
,
'关联关系'
,
'127.0.0.1'
,
'2019-04-30 22:46:03'
,
'0'
,
'修改,id:32关联关系'
,
'修改,id:32关联关系'
,
null
);
INSERT INTO `jsh_log` VALUES ('6230', '63', '商品', '127.0.0.1', '2019-04-30 22:47:10', '0', '修改,id:568商品', '修改,id:568商品', '63');
INSERT INTO `jsh_log` VALUES ('6230', '63', '商品', '127.0.0.1', '2019-04-30 22:47:10', '0', '修改,id:568商品', '修改,id:568商品', '63');
INSERT INTO `jsh_log` VALUES ('6231', '63', '商品', '127.0.0.1', '2019-04-30 22:47:17', '0', '修改,id:569商品', '修改,id:569商品', '63');
INSERT INTO `jsh_log` VALUES ('6231', '63', '商品', '127.0.0.1', '2019-04-30 22:47:17', '0', '修改,id:569商品', '修改,id:569商品', '63');
INSERT INTO `jsh_log` VALUES ('6232', '63', '商品', '127.0.0.1', '2019-04-30 22:47:30', '0', '修改,id:570商品', '修改,id:570商品', '63');
INSERT INTO `jsh_log` VALUES ('6232', '63', '商品', '127.0.0.1', '2019-04-30 22:47:30', '0', '修改,id:570商品', '修改,id:570商品', '63');
...
@@ -1130,6 +856,78 @@ INSERT INTO `jsh_log` VALUES ('6344', '120', '关联关系', '127.0.0.1', '2019-
...
@@ -1130,6 +856,78 @@ INSERT INTO `jsh_log` VALUES ('6344', '120', '关联关系', '127.0.0.1', '2019-
INSERT INTO `jsh_log` VALUES ('6345', '120', '关联关系', '127.0.0.1', '2019-05-03 16:57:24', '0', '修改,id:5关联关系', '修改,id:5关联关系', null);
INSERT INTO `jsh_log` VALUES ('6345', '120', '关联关系', '127.0.0.1', '2019-05-03 16:57:24', '0', '修改,id:5关联关系', '修改,id:5关联关系', null);
INSERT INTO `jsh_log` VALUES ('6346', '120', '功能', '127.0.0.1', '2019-05-03 16:58:04', '0', '修改,id:245功能', '修改,id:245功能', null);
INSERT INTO `jsh_log` VALUES ('6346', '120', '功能', '127.0.0.1', '2019-05-03 16:58:04', '0', '修改,id:245功能', '修改,id:245功能', null);
INSERT INTO `jsh_log` VALUES ('6347', '63', '角色', '127.0.0.1', '2019-05-03 17:06:47', '0', '新增角色', '新增角色', '63');
INSERT INTO `jsh_log` VALUES ('6347', '63', '角色', '127.0.0.1', '2019-05-03 17:06:47', '0', '新增角色', '新增角色', '63');
INSERT INTO `jsh_log` VALUES ('6348', '63', '机构', '127.0.0.1', '2019-12-28 12:13:01', '0', '新增机构', null, '63');
INSERT INTO `jsh_log` VALUES ('6349', '63', '用户', '127.0.0.1', '2019-12-28 12:13:15', '0', '新增用户', null, '63');
INSERT INTO `jsh_log` VALUES ('6350', '63', '关联关系', '127.0.0.1', '2019-12-28 12:13:24', '0', '新增关联关系', null, '63');
INSERT INTO `jsh_log` VALUES ('6351', '63', '系统配置', '127.0.0.1', '2019-12-28 12:13:39', '0', '新增系统配置', null, '63');
INSERT INTO `jsh_log` VALUES ('6352', '63', '系统配置', '127.0.0.1', '2019-12-28 12:13:47', '0', '修改,id:9系统配置', null, '63');
INSERT INTO `jsh_log` VALUES ('6353', '63', '商品', '127.0.0.1', '2019-12-28 12:14:23', '0', '新增商品', null, '63');
INSERT INTO `jsh_log` VALUES ('6354', '63', '商品', '127.0.0.1', '2019-12-28 12:14:27', '0', '删除,id:585商品', null, '63');
INSERT INTO `jsh_log` VALUES ('6355', '63', '序列号', '127.0.0.1', '2019-12-28 12:14:39', '0', '新增序列号', null, '63');
INSERT INTO `jsh_log` VALUES ('6356', '63', '商家', '127.0.0.1', '2019-12-28 12:14:58', '0', '修改,id:59商家', null, '63');
INSERT INTO `jsh_log` VALUES ('6357', '63', '商家', '127.0.0.1', '2019-12-28 12:15:04', '0', '修改,id:71商家', null, '63');
INSERT INTO `jsh_log` VALUES ('6358', '63', '收支项目', '127.0.0.1', '2019-12-28 12:15:17', '0', '新增收支项目', null, '63');
INSERT INTO `jsh_log` VALUES ('6359', '63', '收支项目', '127.0.0.1', '2019-12-28 12:15:23', '0', '新增收支项目', null, '63');
INSERT INTO `jsh_log` VALUES ('6360', '63', '经手人', '127.0.0.1', '2019-12-28 12:15:35', '0', '新增经手人', null, '63');
INSERT INTO `jsh_log` VALUES ('6361', '63', '经手人', '127.0.0.1', '2019-12-28 12:15:40', '0', '新增经手人', null, '63');
INSERT INTO `jsh_log` VALUES ('6362', '63', '经手人', '127.0.0.1', '2019-12-28 12:15:48', '0', '新增经手人', null, '63');
INSERT INTO `jsh_log` VALUES ('6363', '63', '财务', '127.0.0.1', '2019-12-28 12:16:23', '0', '新增财务', null, '63');
INSERT INTO `jsh_log` VALUES ('6364', '63', '财务明细', '127.0.0.1', '2019-12-28 12:16:23', '0', '修改,id:,headerId:97财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6365', '63', '财务明细', '127.0.0.1', '2019-12-28 12:16:23', '0', '删除,id:财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6366', '63', '单据', '127.0.0.1', '2019-12-28 12:16:36', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6367', '63', '单据明细', '127.0.0.1', '2019-12-28 12:16:36', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6368', '63', '单据明细', '127.0.0.1', '2019-12-28 12:16:36', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6369', '63', '单据', '127.0.0.1', '2019-12-28 12:16:43', '0', '删除,id:198单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6370', '63', '单据', '127.0.0.1', '2019-12-28 12:16:43', '0', '删除,id:198单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6371', '63', '单据', '127.0.0.1', '2019-12-28 12:16:43', '0', '删除,id:198单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6372', '63', '单据', '127.0.0.1', '2019-12-28 12:16:55', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6373', '63', '单据明细', '127.0.0.1', '2019-12-28 12:16:55', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6374', '63', '单据明细', '127.0.0.1', '2019-12-28 12:16:55', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6375', '63', '单据', '127.0.0.1', '2019-12-28 12:17:09', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6376', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:09', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6377', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:09', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6378', '63', '单据', '127.0.0.1', '2019-12-28 12:17:22', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6379', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:22', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6380', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:22', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6381', '63', '单据', '127.0.0.1', '2019-12-28 12:17:40', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6382', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:40', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6383', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:40', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6384', '63', '单据', '127.0.0.1', '2019-12-28 12:17:48', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6385', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:48', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6386', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:48', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6387', '63', '单据', '127.0.0.1', '2019-12-28 12:17:58', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6388', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:58', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6389', '63', '单据明细', '127.0.0.1', '2019-12-28 12:17:58', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6390', '63', '单据', '127.0.0.1', '2019-12-28 12:18:09', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6391', '63', '单据明细', '127.0.0.1', '2019-12-28 12:18:09', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6392', '63', '单据明细', '127.0.0.1', '2019-12-28 12:18:09', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6393', '63', '商品', '127.0.0.1', '2019-12-28 12:18:27', '0', '修改,id:570商品', null, '63');
INSERT INTO `jsh_log` VALUES ('6394', '63', '单据', '127.0.0.1', '2019-12-28 12:18:47', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6395', '63', '单据明细', '127.0.0.1', '2019-12-28 12:18:47', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6396', '63', '单据明细', '127.0.0.1', '2019-12-28 12:18:47', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6397', '63', '财务', '127.0.0.1', '2019-12-28 12:19:05', '0', '新增财务', null, '63');
INSERT INTO `jsh_log` VALUES ('6398', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:05', '0', '修改,id:,headerId:98财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6399', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:05', '0', '删除,id:财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6400', '63', '财务', '127.0.0.1', '2019-12-28 12:19:19', '0', '新增财务', null, '63');
INSERT INTO `jsh_log` VALUES ('6401', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:19', '0', '修改,id:,headerId:99财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6402', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:19', '0', '删除,id:财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6403', '63', '财务', '127.0.0.1', '2019-12-28 12:19:30', '0', '新增财务', null, '63');
INSERT INTO `jsh_log` VALUES ('6404', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:30', '0', '修改,id:,headerId:100财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6405', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:30', '0', '删除,id:财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6406', '63', '财务', '127.0.0.1', '2019-12-28 12:19:42', '0', '新增财务', null, '63');
INSERT INTO `jsh_log` VALUES ('6407', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:42', '0', '修改,id:,headerId:101财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6408', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:42', '0', '删除,id:财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6409', '63', '商家', '127.0.0.1', '2019-12-28 12:19:54', '0', '修改,id:60商家', null, '63');
INSERT INTO `jsh_log` VALUES ('6410', '63', '财务', '127.0.0.1', '2019-12-28 12:19:54', '0', '新增财务', null, '63');
INSERT INTO `jsh_log` VALUES ('6411', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:54', '0', '修改,id:,headerId:102财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6412', '63', '财务明细', '127.0.0.1', '2019-12-28 12:19:54', '0', '删除,id:财务明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6413', '63', '单据', '127.0.0.1', '2019-12-28 12:20:26', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6414', '63', '商家', '127.0.0.1', '2019-12-28 12:20:26', '0', '修改,id:60商家', null, '63');
INSERT INTO `jsh_log` VALUES ('6415', '63', '单据明细', '127.0.0.1', '2019-12-28 12:20:26', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6416', '63', '单据明细', '127.0.0.1', '2019-12-28 12:20:26', '0', '删除,id:单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6417', '63', '单据', '127.0.0.1', '2019-12-28 12:20:39', '0', '新增单据', null, '63');
INSERT INTO `jsh_log` VALUES ('6418', '63', '单据明细', '127.0.0.1', '2019-12-28 12:20:39', '0', '新增单据明细', null, '63');
INSERT INTO `jsh_log` VALUES ('6419', '63', '单据明细', '127.0.0.1', '2019-12-28 12:20:39', '0', '删除,id:单据明细', null, '63');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_material
-- Table structure for jsh_material
...
@@ -1165,7 +963,7 @@ CREATE TABLE `jsh_material` (
...
@@ -1165,7 +963,7 @@ CREATE TABLE `jsh_material` (
PRIMARY KEY (`Id`),
PRIMARY KEY (`Id`),
KEY `FK675951272AB6672C` (`CategoryId`),
KEY `FK675951272AB6672C` (`CategoryId`),
KEY `UnitId` (`UnitId`)
KEY `UnitId` (`UnitId`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
58
6
DEFAULT
CHARSET
=
utf8
COMMENT
=
'产品表'
;
) ENGINE=InnoDB AUTO_INCREMENT=58
7
DEFAULT CHARSET=utf8 COMMENT='产品表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_material
-- Records of jsh_material
...
@@ -1185,7 +983,7 @@ INSERT INTO `jsh_material` VALUES ('566', '15', '商品666', '', null, null, 'sp
...
@@ -1185,7 +983,7 @@ INSERT INTO `jsh_material` VALUES ('566', '15', '商品666', '', null, null, 'sp
INSERT INTO `jsh_material` VALUES ('567', null, '商品1', '', null, null, 'dsp1', '', '', '个', '', '11.000000', '11.000000', '11.000000', '11.000000', null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '115', '0');
INSERT INTO `jsh_material` VALUES ('567', null, '商品1', '', null, null, 'dsp1', '', '', '个', '', '11.000000', '11.000000', '11.000000', '11.000000', null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '115', '0');
INSERT INTO `jsh_material` VALUES ('568', '17', '商品1', '', null, '100.000000', 'sp1', '', '', '个', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '0');
INSERT INTO `jsh_material` VALUES ('568', '17', '商品1', '', null, '100.000000', 'sp1', '', '', '个', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '0');
INSERT INTO `jsh_material` VALUES ('569', '17', '商品2', '', null, '200.000000', 'sp2', '', '', '只', '', '5.000000', '5.000000', '5.000000', '5.000000', null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '0');
INSERT INTO `jsh_material` VALUES ('569', '17', '商品2', '', null, '200.000000', 'sp2', '', '', '只', '', '5.000000', '5.000000', '5.000000', '5.000000', null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '0');
INSERT
INTO
`jsh_material`
VALUES
(
'570'
,
'17'
,
'商品3'
,
''
,
null
,
'300.000000'
,
'sp3'
,
''
,
''
,
'个
个
'
,
''
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'[{
\"
basic
\"
:{
\"
Unit
\"
:
\"\"
,
\"
RetailPrice
\"
:
\"\"
,
\"
LowPrice
\"
:
\"\"
,
\"
PresetPriceOne
\"
:
\"\"
,
\"
PresetPriceTwo
\"
:
\"\"
,
\"
EnableSerialNumber
\"
:
\"
0
\"
}},{
\"
other
\"
:{
\"
Unit
\"
:
\"\"
,
\"
RetailPrice
\"
:
\"\"
,
\"
LowPrice
\"
:
\"\"
,
\"
PresetPriceOne
\"
:
\"\"
,
\"
PresetPriceTwo
\"
:
\"\"
}}]'
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT INTO `jsh_material` VALUES ('570', '17', '商品3', '', null, '300.000000', 'sp3', '', '', '个', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '0');
INSERT INTO `jsh_material` VALUES ('571', null, '商品4', '', null, null, 'sp4', '', '', '', '', null, null, null, null, '15', '个', '箱', '[{\"basic\":{\"Unit\":\"个\",\"RetailPrice\":\"3\",\"LowPrice\":\"2\",\"PresetPriceOne\":\"2\",\"PresetPriceTwo\":\"2\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"箱\",\"RetailPrice\":\"36\",\"LowPrice\":\"24\",\"PresetPriceOne\":\"24\",\"PresetPriceTwo\":\"24\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('571', null, '商品4', '', null, null, 'sp4', '', '', '', '', null, null, null, null, '15', '个', '箱', '[{\"basic\":{\"Unit\":\"个\",\"RetailPrice\":\"3\",\"LowPrice\":\"2\",\"PresetPriceOne\":\"2\",\"PresetPriceTwo\":\"2\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"箱\",\"RetailPrice\":\"36\",\"LowPrice\":\"24\",\"PresetPriceOne\":\"24\",\"PresetPriceTwo\":\"24\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('572', null, '234234', '', null, null, '234234', '', '', '', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('572', null, '234234', '', null, null, '234234', '', '', '', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('573', null, '12312', '', null, null, '12', '', '', '', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('573', null, '12312', '', null, null, '12', '', '', '', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
...
@@ -1200,7 +998,8 @@ INSERT INTO `jsh_material` VALUES ('581', null, '16', '', null, null, '16', '',
...
@@ -1200,7 +998,8 @@ INSERT INTO `jsh_material` VALUES ('581', null, '16', '', null, null, '16', '',
INSERT INTO `jsh_material` VALUES ('582', null, '商品20', '', null, null, 'sp2', '', '', '个', '', null, null, null, null, null, '', '', '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('582', null, '商品20', '', null, null, 'sp2', '', '', '个', '', null, null, null, null, null, '', '', '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('583', null, 'wer', '', null, null, 'rqwe', '', '', '', '', null, null, null, null, '15', '', '', '[{\"basic\":{\"Unit\":\"个\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"箱\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('583', null, 'wer', '', null, null, 'rqwe', '', '', '', '', null, null, null, null, '15', '', '', '[{\"basic\":{\"Unit\":\"个\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"箱\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('584', null, 'sfds', '', null, null, 'a2233', '12', '2', 'ge', '', '1.000000', '2.000000', '3.000000', '4.000000', null, '', '', '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('584', null, 'sfds', '', null, null, 'a2233', '12', '2', 'ge', '', '1.000000', '2.000000', '3.000000', '4.000000', null, '', '', '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT
INTO
`jsh_material`
VALUES
(
'585'
,
null
,
'asdf'
,
''
,
null
,
null
,
'adsfasdf'
,
''
,
''
,
''
,
''
,
null
,
null
,
null
,
null
,
'15'
,
''
,
''
,
'[{
\"
basic
\"
:{
\"
Unit
\"
:
\"
个
\"
,
\"
RetailPrice
\"
:
\"\"
,
\"
LowPrice
\"
:
\"\"
,
\"
PresetPriceOne
\"
:
\"\"
,
\"
PresetPriceTwo
\"
:
\"\"
,
\"
EnableSerialNumber
\"
:
\"
0
\"
}},{
\"
other
\"
:{
\"
Unit
\"
:
\"
箱
\"
,
\"
RetailPrice
\"
:
\"\"
,
\"
LowPrice
\"
:
\"\"
,
\"
PresetPriceOne
\"
:
\"\"
,
\"
PresetPriceTwo
\"
:
\"\"
}}]'
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT INTO `jsh_material` VALUES ('585', null, 'asdf', '', null, null, 'adsfasdf', '', '', '', '', null, null, null, null, '15', '', '', '[{\"basic\":{\"Unit\":\"个\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"0\"}},{\"other\":{\"Unit\":\"箱\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '0', '63', '1');
INSERT INTO `jsh_material` VALUES ('586', null, '序列号商品测试', '', null, null, 'xlh123', '', '', '个', '', null, null, null, null, null, null, null, '[{\"basic\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\",\"EnableSerialNumber\":\"1\"}},{\"other\":{\"Unit\":\"\",\"RetailPrice\":\"\",\"LowPrice\":\"\",\"PresetPriceOne\":\"\",\"PresetPriceTwo\":\"\"}}]', '', '', '', '', '1', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_materialcategory
-- Table structure for jsh_materialcategory
...
@@ -1283,6 +1082,31 @@ CREATE TABLE `jsh_material_stock` (
...
@@ -1283,6 +1082,31 @@ CREATE TABLE `jsh_material_stock` (
PRIMARY KEY (`id`)
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='产品初始库存';
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='产品初始库存';
-- ----------------------------
-- Records of jsh_material_stock
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_msg
-- ----------------------------
DROP TABLE IF EXISTS `jsh_msg`;
CREATE TABLE `jsh_msg` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`msg_title` varchar(100) DEFAULT NULL COMMENT '消息标题',
`msg_content` varchar(500) DEFAULT NULL COMMENT '消息内容',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`type` varchar(20) DEFAULT NULL COMMENT '消息类型',
`status` varchar(1) DEFAULT NULL COMMENT '状态,1未读 2已读',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='消息表';
-- ----------------------------
-- Records of jsh_msg
-- ----------------------------
INSERT INTO `jsh_msg` VALUES ('2', '标题1', '内容1', '2019-09-10 00:11:39', '类型1', '1', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_organization
-- Table structure for jsh_organization
-- ----------------------------
-- ----------------------------
...
@@ -1305,7 +1129,7 @@ CREATE TABLE `jsh_organization` (
...
@@ -1305,7 +1129,7 @@ CREATE TABLE `jsh_organization` (
`org_stop_time` datetime DEFAULT NULL COMMENT '机构停运时间',
`org_stop_time` datetime DEFAULT NULL COMMENT '机构停运时间',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
PRIMARY KEY (`id`)
PRIMARY KEY (`id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
2
DEFAULT
CHARSET
=
utf8
COMMENT
=
'机构表'
;
) ENGINE=InnoDB AUTO_INCREMENT=1
3
DEFAULT CHARSET=utf8 COMMENT='机构表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_organization
-- Records of jsh_organization
...
@@ -1321,6 +1145,7 @@ INSERT INTO `jsh_organization` VALUES ('8', 'ddddd', 'ddddd', 'ddddd', null, '1'
...
@@ -1321,6 +1145,7 @@ INSERT INTO `jsh_organization` VALUES ('8', 'ddddd', 'ddddd', 'ddddd', null, '1'
INSERT INTO `jsh_organization` VALUES ('9', '555', 'dddddddddd', 'dddddddddd', null, '1', 'ddddd', '', '', '2019-03-15 23:02:16', '63', '2019-03-15 23:02:16', '63', null, null, null);
INSERT INTO `jsh_organization` VALUES ('9', '555', 'dddddddddd', 'dddddddddd', null, '1', 'ddddd', '', '', '2019-03-15 23:02:16', '63', '2019-03-15 23:02:16', '63', null, null, null);
INSERT INTO `jsh_organization` VALUES ('10', '23124', 'gaga', 'gaga', null, '1', '-1', '11', '', '2019-03-31 21:52:31', '117', '2019-03-31 21:52:31', '117', null, null, '117');
INSERT INTO `jsh_organization` VALUES ('10', '23124', 'gaga', 'gaga', null, '1', '-1', '11', '', '2019-03-31 21:52:31', '117', '2019-03-31 21:52:31', '117', null, null, '117');
INSERT INTO `jsh_organization` VALUES ('11', '12312', 'fsadfasdf', 'fsadfasdf', null, '1', '23124', '12312', '', '2019-03-31 21:52:52', '117', '2019-03-31 21:52:52', '117', null, null, '117');
INSERT INTO `jsh_organization` VALUES ('11', '12312', 'fsadfasdf', 'fsadfasdf', null, '1', '23124', '12312', '', '2019-03-31 21:52:52', '117', '2019-03-31 21:52:52', '117', null, null, '117');
INSERT INTO `jsh_organization` VALUES ('12', '001', '测试机构', '测试机构', null, '2', '-1', '001', '', '2019-12-28 12:13:01', '63', '2019-12-28 12:13:01', '63', null, null, '63');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_orga_user_rel
-- Table structure for jsh_orga_user_rel
...
@@ -1338,7 +1163,7 @@ CREATE TABLE `jsh_orga_user_rel` (
...
@@ -1338,7 +1163,7 @@ CREATE TABLE `jsh_orga_user_rel` (
`updater` bigint(20) DEFAULT NULL COMMENT '更新人',
`updater` bigint(20) DEFAULT NULL COMMENT '更新人',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
PRIMARY KEY (`id`)
PRIMARY KEY (`id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
0
DEFAULT
CHARSET
=
utf8
COMMENT
=
'机构用户关系表'
;
) ENGINE=InnoDB AUTO_INCREMENT=1
1
DEFAULT CHARSET=utf8 COMMENT='机构用户关系表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_orga_user_rel
-- Records of jsh_orga_user_rel
...
@@ -1352,6 +1177,7 @@ INSERT INTO `jsh_orga_user_rel` VALUES ('6', '3', '91', '', '0', '2019-03-12 21:
...
@@ -1352,6 +1177,7 @@ INSERT INTO `jsh_orga_user_rel` VALUES ('6', '3', '91', '', '0', '2019-03-12 21:
INSERT INTO `jsh_orga_user_rel` VALUES ('7', '9', '95', '', '0', '2019-03-15 23:03:22', '63', '2019-03-15 23:03:22', '63', null);
INSERT INTO `jsh_orga_user_rel` VALUES ('7', '9', '95', '', '0', '2019-03-15 23:03:22', '63', '2019-03-15 23:03:22', '63', null);
INSERT INTO `jsh_orga_user_rel` VALUES ('8', '9', '96', '', '0', '2019-03-17 23:32:08', '63', '2019-03-17 23:32:08', '63', null);
INSERT INTO `jsh_orga_user_rel` VALUES ('8', '9', '96', '', '0', '2019-03-17 23:32:08', '63', '2019-03-17 23:32:08', '63', null);
INSERT INTO `jsh_orga_user_rel` VALUES ('9', '10', '117', '', '0', '2019-03-31 21:53:03', '117', '2019-03-31 21:53:12', '117', '117');
INSERT INTO `jsh_orga_user_rel` VALUES ('9', '10', '117', '', '0', '2019-03-31 21:53:03', '117', '2019-03-31 21:53:12', '117', '117');
INSERT INTO `jsh_orga_user_rel` VALUES ('10', '12', '131', '', '0', '2019-12-28 12:13:15', '63', '2019-12-28 12:13:15', '63', '63');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_person
-- Table structure for jsh_person
...
@@ -1364,7 +1190,7 @@ CREATE TABLE `jsh_person` (
...
@@ -1364,7 +1190,7 @@ CREATE TABLE `jsh_person` (
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
PRIMARY KEY (`Id`)
PRIMARY KEY (`Id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
4
DEFAULT
CHARSET
=
utf8
COMMENT
=
'经手人表'
;
) ENGINE=InnoDB AUTO_INCREMENT=1
7
DEFAULT CHARSET=utf8 COMMENT='经手人表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_person
-- Records of jsh_person
...
@@ -1380,6 +1206,9 @@ INSERT INTO `jsh_person` VALUES ('10', '仓管员', '小张', '117', '0');
...
@@ -1380,6 +1206,9 @@ INSERT INTO `jsh_person` VALUES ('10', '仓管员', '小张', '117', '0');
INSERT INTO `jsh_person` VALUES ('11', '业务员', '晓丽', '117', '0');
INSERT INTO `jsh_person` VALUES ('11', '业务员', '晓丽', '117', '0');
INSERT INTO `jsh_person` VALUES ('12', '财务员', '小草', '117', '0');
INSERT INTO `jsh_person` VALUES ('12', '财务员', '小草', '117', '0');
INSERT INTO `jsh_person` VALUES ('13', '业务员', '经手人1', '115', '0');
INSERT INTO `jsh_person` VALUES ('13', '业务员', '经手人1', '115', '0');
INSERT INTO `jsh_person` VALUES ('14', '业务员', '小李', '63', '0');
INSERT INTO `jsh_person` VALUES ('15', '仓管员', '小军', '63', '0');
INSERT INTO `jsh_person` VALUES ('16', '财务员', '小夏', '63', '0');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_role
-- Table structure for jsh_role
...
@@ -1408,6 +1237,25 @@ INSERT INTO `jsh_role` VALUES ('14', '44444', null, null, null, null, '1');
...
@@ -1408,6 +1237,25 @@ INSERT INTO `jsh_role` VALUES ('14', '44444', null, null, null, null, '1');
INSERT INTO `jsh_role` VALUES ('15', 'laoba角色', null, null, null, '115', '0');
INSERT INTO `jsh_role` VALUES ('15', 'laoba角色', null, null, null, '115', '0');
INSERT INTO `jsh_role` VALUES ('16', '测试角色123', null, null, null, '63', '0');
INSERT INTO `jsh_role` VALUES ('16', '测试角色123', null, null, null, '63', '0');
-- ----------------------------
-- Table structure for jsh_sequence
-- ----------------------------
DROP TABLE IF EXISTS `jsh_sequence`;
CREATE TABLE `jsh_sequence` (
`seq_name` varchar(50) NOT NULL COMMENT '序列名称',
`min_value` bigint(20) NOT NULL COMMENT '最小值',
`max_value` bigint(20) NOT NULL COMMENT '最大值',
`current_val` bigint(20) NOT NULL COMMENT '当前值',
`increment_val` int(11) NOT NULL DEFAULT '1' COMMENT '增长步数',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
PRIMARY KEY (`seq_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='单据编号表';
-- ----------------------------
-- Records of jsh_sequence
-- ----------------------------
INSERT INTO `jsh_sequence` VALUES ('depot_number_seq', '1', '999999999999999999', '315', '1', '单据编号sequence');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_serial_number
-- Table structure for jsh_serial_number
-- ----------------------------
-- ----------------------------
...
@@ -1426,7 +1274,7 @@ CREATE TABLE `jsh_serial_number` (
...
@@ -1426,7 +1274,7 @@ CREATE TABLE `jsh_serial_number` (
`depothead_Id` bigint(20) DEFAULT NULL COMMENT '单据主表id,用于跟踪序列号流向',
`depothead_Id` bigint(20) DEFAULT NULL COMMENT '单据主表id,用于跟踪序列号流向',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
PRIMARY KEY (`id`)
PRIMARY KEY (`id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
10
5
DEFAULT
CHARSET
=
utf8
COMMENT
=
'序列号表'
;
) ENGINE=InnoDB AUTO_INCREMENT=10
6
DEFAULT CHARSET=utf8 COMMENT='序列号表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_serial_number
-- Records of jsh_serial_number
...
@@ -1534,6 +1382,7 @@ INSERT INTO `jsh_serial_number` VALUES ('100', '563', '1391552117885097100', '0'
...
@@ -1534,6 +1382,7 @@ INSERT INTO `jsh_serial_number` VALUES ('100', '563', '1391552117885097100', '0'
INSERT INTO `jsh_serial_number` VALUES ('102', '563', '123123123', '0', '', '0', '2019-03-21 23:57:29', '63', '2019-03-21 23:57:29', '63', null, null);
INSERT INTO `jsh_serial_number` VALUES ('102', '563', '123123123', '0', '', '0', '2019-03-21 23:57:29', '63', '2019-03-21 23:57:29', '63', null, null);
INSERT INTO `jsh_serial_number` VALUES ('103', '565', '2222222', '0', '', '0', '2019-03-21 23:57:37', '63', '2019-03-21 23:57:37', '63', null, null);
INSERT INTO `jsh_serial_number` VALUES ('103', '565', '2222222', '0', '', '0', '2019-03-21 23:57:37', '63', '2019-03-21 23:57:37', '63', null, null);
INSERT INTO `jsh_serial_number` VALUES ('104', '563', '234213123', '0', '', '0', '2019-03-21 23:58:00', '63', '2019-03-21 23:58:00', '63', null, null);
INSERT INTO `jsh_serial_number` VALUES ('104', '563', '234213123', '0', '', '0', '2019-03-21 23:58:00', '63', '2019-03-21 23:58:00', '63', null, null);
INSERT INTO `jsh_serial_number` VALUES ('105', '586', '12312323423223', '0', '', '0', '2019-12-28 12:14:39', '63', '2019-12-28 12:14:39', '63', null, '63');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_supplier
-- Table structure for jsh_supplier
...
@@ -1592,8 +1441,8 @@ INSERT INTO `jsh_supplier` VALUES ('55', '供应商1', '', '', '', '', null, '
...
@@ -1592,8 +1441,8 @@ INSERT INTO `jsh_supplier` VALUES ('55', '供应商1', '', '', '', '', null, '
INSERT INTO `jsh_supplier` VALUES ('56', '客户666', '', '', '', '', null, '客户', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '115', '0');
INSERT INTO `jsh_supplier` VALUES ('56', '客户666', '', '', '', '', null, '客户', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '115', '0');
INSERT INTO `jsh_supplier` VALUES ('57', '供应商1', '', '', '', '', null, '供应商', '', '0.000000', '0.000000', '0.000000', null, '0.000000', '', '', '', '', '', '', '12.000000', '63', '0');
INSERT INTO `jsh_supplier` VALUES ('57', '供应商1', '', '', '', '', null, '供应商', '', '0.000000', '0.000000', '0.000000', null, '0.000000', '', '', '', '', '', '', '12.000000', '63', '0');
INSERT INTO `jsh_supplier` VALUES ('58', '客户1', '', '', '', '', null, '客户', '', '0.000000', '200.000000', '0.000000', '-100.000000', null, '', '', '', '', '', '', null, '63', '0');
INSERT INTO `jsh_supplier` VALUES ('58', '客户1', '', '', '', '', null, '客户', '', '0.000000', '200.000000', '0.000000', '-100.000000', null, '', '', '', '', '', '', null, '63', '0');
INSERT
INTO
`jsh_supplier`
VALUES
(
'59'
,
'
kh123
'
,
''
,
''
,
''
,
''
,
null
,
'客户'
,
''
,
'0.000000'
,
null
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
''
,
''
,
null
,
'63'
,
'0'
);
INSERT INTO `jsh_supplier` VALUES ('59', '
客户2
', '', '', '', '', null, '客户', '', '0.000000',
'0.000000', '0.000000', '0.000000'
, null, '', '', '', '', '', '', null, '63', '0');
INSERT
INTO
`jsh_supplier`
VALUES
(
'60'
,
'12312666'
,
''
,
''
,
''
,
''
,
null
,
'会员'
,
''
,
'
0
.000000'
,
null
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
''
,
''
,
null
,
'63'
,
'0'
);
INSERT INTO `jsh_supplier` VALUES ('60', '12312666', '', '', '', '', null, '会员', '', '
994
.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '0');
INSERT INTO `jsh_supplier` VALUES ('61', '', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', '12312312.000000', '63', '1');
INSERT INTO `jsh_supplier` VALUES ('61', '', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', '12312312.000000', '63', '1');
INSERT INTO `jsh_supplier` VALUES ('62', '供if', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT INTO `jsh_supplier` VALUES ('62', '供if', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT INTO `jsh_supplier` VALUES ('63', '', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT INTO `jsh_supplier` VALUES ('63', '', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
...
@@ -1604,7 +1453,7 @@ INSERT INTO `jsh_supplier` VALUES ('67', '供应商2', '', '', '', '', null, '
...
@@ -1604,7 +1453,7 @@ INSERT INTO `jsh_supplier` VALUES ('67', '供应商2', '', '', '', '', null, '
INSERT INTO `jsh_supplier` VALUES ('68', '供应商3', '', '', '', '', null, '供应商', '', '0.000000', '15.000000', '0.000000', null, '-15.000000', '', '13000000000', '', '', '', '', '22.000000', '63', '0');
INSERT INTO `jsh_supplier` VALUES ('68', '供应商3', '', '', '', '', null, '供应商', '', '0.000000', '15.000000', '0.000000', null, '-15.000000', '', '13000000000', '', '', '', '', '22.000000', '63', '0');
INSERT INTO `jsh_supplier` VALUES ('69', '', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', '3123.000000', '63', '1');
INSERT INTO `jsh_supplier` VALUES ('69', '', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', '3123.000000', '63', '1');
INSERT INTO `jsh_supplier` VALUES ('70', 'rrrrr', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT INTO `jsh_supplier` VALUES ('70', 'rrrrr', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT
INTO
`jsh_supplier`
VALUES
(
'71'
,
'
fsdfasdf
'
,
''
,
''
,
''
,
''
,
null
,
'客户'
,
''
,
'0.000000'
,
null
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
''
,
''
,
null
,
'63'
,
'0'
);
INSERT INTO `jsh_supplier` VALUES ('71', '
客户3
', '', '', '', '', null, '客户', '', '0.000000',
'0.000000', '0.000000', '0.000000'
, null, '', '', '', '', '', '', null, '63', '0');
INSERT INTO `jsh_supplier` VALUES ('72', 'sdfafadsf', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT INTO `jsh_supplier` VALUES ('72', 'sdfafadsf', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT INTO `jsh_supplier` VALUES ('73', 'sadvczXCvz', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
INSERT INTO `jsh_supplier` VALUES ('73', 'sadvczXCvz', '', '', '', '', null, '供应商', '', '0.000000', null, null, null, null, '', '', '', '', '', '', null, '63', '1');
...
@@ -1620,18 +1469,46 @@ CREATE TABLE `jsh_systemconfig` (
...
@@ -1620,18 +1469,46 @@ CREATE TABLE `jsh_systemconfig` (
`company_tel` varchar(20) DEFAULT NULL COMMENT '公司电话',
`company_tel` varchar(20) DEFAULT NULL COMMENT '公司电话',
`company_fax` varchar(20) DEFAULT NULL COMMENT '公司传真',
`company_fax` varchar(20) DEFAULT NULL COMMENT '公司传真',
`company_post_code` varchar(20) DEFAULT NULL COMMENT '公司邮编',
`company_post_code` varchar(20) DEFAULT NULL COMMENT '公司邮编',
`depot_flag`
varchar
(
1
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
'0'
COMMENT
'仓库启用标记,0未启用,1启用'
,
`depot_flag` varchar(1) DEFAULT '0' COMMENT '仓库启用标记,0未启用,1启用',
`customer_flag`
varchar
(
1
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
'0'
COMMENT
'客户启用标记,0未启用,1启用'
,
`customer_flag` varchar(1) DEFAULT '0' COMMENT '客户启用标记,0未启用,1启用',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
PRIMARY KEY (`id`)
PRIMARY KEY (`id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
9
DEFAULT
CHARSET
=
utf8
ROW_FORMAT
=
COMPACT
COMMENT
=
'系统参数'
;
) ENGINE=InnoDB AUTO_INCREMENT=
10
DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='系统参数';
-- ----------------------------
-- ----------------------------
-- Records of jsh_systemconfig
-- Records of jsh_systemconfig
-- ----------------------------
-- ----------------------------
INSERT INTO `jsh_systemconfig` VALUES ('7', '南通jshERP公司', '张三', '南通市通州区某某路', '0513-10101010', '0513-18181818', '226300', '0', '0', null, '0');
INSERT INTO `jsh_systemconfig` VALUES ('7', '南通jshERP公司', '张三', '南通市通州区某某路', '0513-10101010', '0513-18181818', '226300', '0', '0', null, '0');
INSERT INTO `jsh_systemconfig` VALUES ('8', '公司123', '', '', '', '', '', '0', '0', '117', '0');
INSERT INTO `jsh_systemconfig` VALUES ('8', '公司123', '', '', '', '', '', '0', '0', '117', '0');
INSERT INTO `jsh_systemconfig` VALUES ('9', '公司1', '小军', '', '', '', '', '0', '0', '63', '0');
-- ----------------------------
-- Table structure for jsh_tenant
-- ----------------------------
DROP TABLE IF EXISTS `jsh_tenant`;
CREATE TABLE `jsh_tenant` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '用户id',
`login_name` varchar(255) DEFAULT NULL COMMENT '登录名',
`user_num_limit` int(11) DEFAULT NULL COMMENT '用户数量限制',
`bills_num_limit` int(11) DEFAULT NULL COMMENT '单据数量限制',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=utf8 COMMENT='租户';
-- ----------------------------
-- Records of jsh_tenant
-- ----------------------------
INSERT INTO `jsh_tenant` VALUES ('13', '63', 'jsh', '20', '2000', null);
INSERT INTO `jsh_tenant` VALUES ('14', '113', 'abc123', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('15', '115', 'jzh', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('16', '123', 'caoyuli', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('17', '124', 'jchb', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('18', '126', '123123', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('19', '127', '2345123', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('20', '128', 'q12341243', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('21', '130', 'jsh666', '2', '200', null);
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_unit
-- Table structure for jsh_unit
...
@@ -1676,7 +1553,7 @@ CREATE TABLE `jsh_user` (
...
@@ -1676,7 +1553,7 @@ CREATE TABLE `jsh_user` (
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
`tenant_id` bigint(20) DEFAULT NULL COMMENT '租户id',
PRIMARY KEY (`id`)
PRIMARY KEY (`id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
13
1
DEFAULT
CHARSET
=
utf8
COMMENT
=
'用户表'
;
) ENGINE=InnoDB AUTO_INCREMENT=13
2
DEFAULT CHARSET=utf8 COMMENT='用户表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_user
-- Records of jsh_user
...
@@ -1708,6 +1585,7 @@ INSERT INTO `jsh_user` VALUES ('126', '123123', '123123', 'e10adc3949ba59abbe56e
...
@@ -1708,6 +1585,7 @@ INSERT INTO `jsh_user` VALUES ('126', '123123', '123123', 'e10adc3949ba59abbe56e
INSERT INTO `jsh_user` VALUES ('127', '2345123', '2345123', 'e10adc3949ba59abbe56e057f20f883e', null, null, null, null, '1', '0', '0', null, null, '127');
INSERT INTO `jsh_user` VALUES ('127', '2345123', '2345123', 'e10adc3949ba59abbe56e057f20f883e', null, null, null, null, '1', '0', '0', null, null, '127');
INSERT INTO `jsh_user` VALUES ('128', 'q12341243', 'q12341243', 'e10adc3949ba59abbe56e057f20f883e', null, null, null, null, '1', '0', '0', null, null, '128');
INSERT INTO `jsh_user` VALUES ('128', 'q12341243', 'q12341243', 'e10adc3949ba59abbe56e057f20f883e', null, null, null, null, '1', '0', '0', null, null, '128');
INSERT INTO `jsh_user` VALUES ('130', 'jsh666', 'jsh666', 'e10adc3949ba59abbe56e057f20f883e', null, null, null, null, '1', '0', '0', null, null, '130');
INSERT INTO `jsh_user` VALUES ('130', 'jsh666', 'jsh666', 'e10adc3949ba59abbe56e057f20f883e', null, null, null, null, '1', '0', '0', null, null, '130');
INSERT INTO `jsh_user` VALUES ('131', '测试用户', 'test123', 'e10adc3949ba59abbe56e057f20f883e', '', null, '', '', '1', '0', '0', '', null, '63');
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_userbusiness
-- Table structure for jsh_userbusiness
...
@@ -1721,7 +1599,7 @@ CREATE TABLE `jsh_userbusiness` (
...
@@ -1721,7 +1599,7 @@ CREATE TABLE `jsh_userbusiness` (
`BtnStr` varchar(2000) DEFAULT NULL COMMENT '按钮权限',
`BtnStr` varchar(2000) DEFAULT NULL COMMENT '按钮权限',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
`delete_Flag` varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除',
PRIMARY KEY (`Id`)
PRIMARY KEY (`Id`)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
6
7
DEFAULT
CHARSET
=
utf8
COMMENT
=
'用户/角色/模块关系表'
;
) ENGINE=InnoDB AUTO_INCREMENT=6
8
DEFAULT CHARSET=utf8 COMMENT='用户/角色/模块关系表';
-- ----------------------------
-- ----------------------------
-- Records of jsh_userbusiness
-- Records of jsh_userbusiness
...
@@ -1774,70 +1652,4 @@ INSERT INTO `jsh_userbusiness` VALUES ('63', 'UserRole', '127', '[10]', null, '0
...
@@ -1774,70 +1652,4 @@ INSERT INTO `jsh_userbusiness` VALUES ('63', 'UserRole', '127', '[10]', null, '0
INSERT INTO `jsh_userbusiness` VALUES ('64', 'UserRole', '128', '[10]', null, '0');
INSERT INTO `jsh_userbusiness` VALUES ('64', 'UserRole', '128', '[10]', null, '0');
INSERT INTO `jsh_userbusiness` VALUES ('65', 'UserRole', '129', '[10]', null, '0');
INSERT INTO `jsh_userbusiness` VALUES ('65', 'UserRole', '129', '[10]', null, '0');
INSERT INTO `jsh_userbusiness` VALUES ('66', 'UserRole', '130', '[10]', null, '0');
INSERT INTO `jsh_userbusiness` VALUES ('66', 'UserRole', '130', '[10]', null, '0');
INSERT INTO `jsh_userbusiness` VALUES ('67', 'UserRole', '131', '[16]', null, '0');
-- ----------------------------
-- Table structure for jsh_sequence
-- ----------------------------
DROP
TABLE
IF
EXISTS
`jsh_sequence`
;
CREATE
TABLE
`jsh_sequence`
(
`seq_name`
varchar
(
50
)
NOT
NULL
COMMENT
'序列名称'
,
`min_value`
bigint
(
20
)
NOT
NULL
COMMENT
'最小值'
,
`max_value`
bigint
(
20
)
NOT
NULL
COMMENT
'最大值'
,
`current_val`
bigint
(
20
)
NOT
NULL
COMMENT
'当前值'
,
`increment_val`
int
(
11
)
NOT
NULL
DEFAULT
'1'
COMMENT
'增长步数'
,
`remark`
varchar
(
500
)
DEFAULT
NULL
COMMENT
'备注'
,
PRIMARY
KEY
(
`seq_name`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
COMMENT
=
'sequence表'
;
-- ----------------------------
-- Records of jsh_sequence
-- ----------------------------
INSERT
INTO
`jsh_sequence`
VALUES
(
'depot_number_seq'
,
'1'
,
'999999999999999999'
,
'304'
,
'1'
,
'单据编号sequence'
);
-- ----------------------------
-- Table structure for jsh_tenant
-- ----------------------------
DROP
TABLE
IF
EXISTS
`jsh_tenant`
;
CREATE
TABLE
`jsh_tenant`
(
`id`
bigint
(
20
)
NOT
NULL
AUTO_INCREMENT
COMMENT
'主键'
,
`tenant_id`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'用户id'
,
`login_name`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'登录名'
,
`user_num_limit`
int
(
11
)
DEFAULT
NULL
COMMENT
'用户数量限制'
,
`bills_num_limit`
int
(
11
)
DEFAULT
NULL
COMMENT
'单据数量限制'
,
`create_time`
datetime
DEFAULT
NULL
COMMENT
'创建时间'
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
81
DEFAULT
CHARSET
=
utf8
COMMENT
=
'租户'
;
-- ----------------------------
-- Records of jsh_tenant
-- ----------------------------
INSERT
INTO
`jsh_tenant`
VALUES
(
'13'
,
'63'
,
'jsh'
,
'20'
,
'2000'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'14'
,
'113'
,
'abc123'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'15'
,
'115'
,
'jzh'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'16'
,
'123'
,
'caoyuli'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'17'
,
'124'
,
'jchb'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'18'
,
'126'
,
'123123'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'19'
,
'127'
,
'2345123'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'20'
,
'128'
,
'q12341243'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'21'
,
'130'
,
'jsh666'
,
'2'
,
'200'
,
null
);
-- ----------------------------
-- Table structure for jsh_msg
-- ----------------------------
DROP
TABLE
IF
EXISTS
`jsh_msg`
;
CREATE
TABLE
`jsh_msg`
(
`id`
bigint
(
20
)
NOT
NULL
AUTO_INCREMENT
COMMENT
'主键'
,
`msg_title`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'消息标题'
,
`msg_content`
varchar
(
500
)
DEFAULT
NULL
COMMENT
'消息内容'
,
`create_time`
datetime
DEFAULT
NULL
COMMENT
'创建时间'
,
`type`
varchar
(
20
)
DEFAULT
NULL
COMMENT
'消息类型'
,
`status`
varchar
(
1
)
DEFAULT
NULL
COMMENT
'状态,1未读 2已读'
,
`tenant_id`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'租户id'
,
`delete_Flag`
varchar
(
1
)
DEFAULT
'0'
COMMENT
'删除标记,0未删除,1删除'
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
3
DEFAULT
CHARSET
=
utf8
ROW_FORMAT
=
COMPACT
COMMENT
=
'消息表'
;
-- ----------------------------
-- Records of jsh_msg
-- ----------------------------
INSERT
INTO
`jsh_msg`
VALUES
(
'2'
,
'标题1'
,
'内容1'
,
'2019-09-10 00:11:39'
,
'类型1'
,
'1'
,
'63'
,
'0'
);
\ No newline at end of file
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