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
45adbe85
Commit
45adbe85
authored
Sep 28, 2021
by
季圣华
Browse files
更新sql
parent
79c696b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/docs/jsh_erp.sql
View file @
45adbe85
...
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50704
File Encoding : 65001
Date: 2021-09-
05 21:08:09
Date: 2021-09-
28 00:32:28
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
...
...
@@ -214,6 +214,9 @@ CREATE TABLE `jsh_depot_item` (
`tax_money`
decimal
(
24
,
6
)
DEFAULT
NULL
COMMENT
'税额'
,
`tax_last_money`
decimal
(
24
,
6
)
DEFAULT
NULL
COMMENT
'价税合计'
,
`material_type`
varchar
(
20
)
DEFAULT
NULL
COMMENT
'商品类型'
,
`sn_list`
varchar
(
2000
)
DEFAULT
NULL
COMMENT
'序列号列表'
,
`batch_number`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'批号'
,
`expiration_date`
datetime
DEFAULT
NULL
COMMENT
'有效日期'
,
`tenant_id`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'租户id'
,
`delete_flag`
varchar
(
1
)
DEFAULT
'0'
COMMENT
'删除标记,0未删除,1删除'
,
PRIMARY
KEY
(
`id`
),
...
...
@@ -226,24 +229,24 @@ CREATE TABLE `jsh_depot_item` (
-- ----------------------------
-- Records of jsh_depot_item
-- ----------------------------
INSERT
INTO
`jsh_depot_item`
VALUES
(
'312'
,
'258'
,
'588'
,
'10'
,
'个'
,
null
,
'10.000000'
,
'10.000000'
,
'11.000000'
,
null
,
'110.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'313'
,
'259'
,
'588'
,
'10'
,
'个'
,
null
,
'10.000000'
,
'10.000000'
,
'11.000000'
,
null
,
'110.000000'
,
null
,
'14'
,
null
,
null
,
'0.000000'
,
'110.000000'
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'314'
,
'260'
,
'588'
,
'10'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'11.000000'
,
'11.000000'
,
'22.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'22.000000'
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'315'
,
'261'
,
'588'
,
'10'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'22.000000'
,
null
,
'44.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'316'
,
'262'
,
'588'
,
'10'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'22.000000'
,
null
,
'44.000000'
,
null
,
'14'
,
null
,
null
,
'0.000000'
,
'44.000000'
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'317'
,
'263'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'22.000000'
,
'22.000000'
,
'22.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'22.000000'
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'318'
,
'264'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'22.000000'
,
null
,
'22.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'319'
,
'265'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'22.000000'
,
null
,
'22.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'320'
,
'266'
,
'568'
,
'2'
,
'个'
,
null
,
'5.000000'
,
'5.000000'
,
'11.000000'
,
null
,
'55.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'321'
,
'267'
,
'568'
,
'2'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'15.000000'
,
null
,
'30.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'322'
,
'268'
,
'568'
,
'2'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'11.000000'
,
null
,
'11.000000'
,
null
,
'14'
,
'15'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'323'
,
'269'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'组合件'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'324'
,
'269'
,
'568'
,
'2'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'普通子件'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'325'
,
'270'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'组合件'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'326'
,
'270'
,
'568'
,
'2'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'普通子件'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'327'
,
'271'
,
'570'
,
'4'
,
'个'
,
null
,
'10.000000'
,
'10.000000'
,
'8.000000'
,
'8.000000'
,
'80.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'80.000000'
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'328'
,
'272'
,
'570'
,
'4'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'14.000000'
,
'14.000000'
,
'28.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'28.000000'
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'330'
,
'273'
,
'619'
,
'37'
,
'件'
,
'橙色,L'
,
'5.000000'
,
'5.000000'
,
'12.000000'
,
'12.000000'
,
'60.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'60.000000'
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'312'
,
'258'
,
'588'
,
'10'
,
'个'
,
null
,
'10.000000'
,
'10.000000'
,
'11.000000'
,
null
,
'110.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'313'
,
'259'
,
'588'
,
'10'
,
'个'
,
null
,
'10.000000'
,
'10.000000'
,
'11.000000'
,
null
,
'110.000000'
,
null
,
'14'
,
null
,
null
,
'0.000000'
,
'110.000000'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'314'
,
'260'
,
'588'
,
'10'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'11.000000'
,
'11.000000'
,
'22.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'22.000000'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'315'
,
'261'
,
'588'
,
'10'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'22.000000'
,
null
,
'44.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'316'
,
'262'
,
'588'
,
'10'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'22.000000'
,
null
,
'44.000000'
,
null
,
'14'
,
null
,
null
,
'0.000000'
,
'44.000000'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'317'
,
'263'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'22.000000'
,
'22.000000'
,
'22.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'22.000000'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'318'
,
'264'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'22.000000'
,
null
,
'22.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'319'
,
'265'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'22.000000'
,
null
,
'22.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'320'
,
'266'
,
'568'
,
'2'
,
'个'
,
null
,
'5.000000'
,
'5.000000'
,
'11.000000'
,
null
,
'55.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'321'
,
'267'
,
'568'
,
'2'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'15.000000'
,
null
,
'30.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'322'
,
'268'
,
'568'
,
'2'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'11.000000'
,
null
,
'11.000000'
,
null
,
'14'
,
'15'
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'323'
,
'269'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'组合件'
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'324'
,
'269'
,
'568'
,
'2'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'普通子件'
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'325'
,
'270'
,
'588'
,
'10'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'组合件'
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'326'
,
'270'
,
'568'
,
'2'
,
'个'
,
null
,
'1.000000'
,
'1.000000'
,
'0.000000'
,
null
,
'0.000000'
,
null
,
'14'
,
null
,
null
,
null
,
null
,
'普通子件'
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'327'
,
'271'
,
'570'
,
'4'
,
'个'
,
null
,
'10.000000'
,
'10.000000'
,
'8.000000'
,
'8.000000'
,
'80.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'80.000000'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'328'
,
'272'
,
'570'
,
'4'
,
'个'
,
null
,
'2.000000'
,
'2.000000'
,
'14.000000'
,
'14.000000'
,
'28.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'28.000000'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_depot_item`
VALUES
(
'330'
,
'273'
,
'619'
,
'37'
,
'件'
,
'橙色,L'
,
'5.000000'
,
'5.000000'
,
'12.000000'
,
'12.000000'
,
'60.000000'
,
null
,
'14'
,
null
,
'0.000000'
,
'0.000000'
,
'60.000000'
,
null
,
null
,
null
,
null
,
'63'
,
'0'
);
-- ----------------------------
-- Table structure for jsh_function
...
...
@@ -369,7 +372,7 @@ CREATE TABLE `jsh_log` (
`tenant_id`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'租户id'
,
PRIMARY
KEY
(
`id`
),
KEY
`FKF2696AA13E226853`
(
`user_id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
755
7
DEFAULT
CHARSET
=
utf8
COMMENT
=
'操作日志'
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
755
8
DEFAULT
CHARSET
=
utf8
COMMENT
=
'操作日志'
;
-- ----------------------------
-- Records of jsh_log
...
...
@@ -392,11 +395,13 @@ CREATE TABLE `jsh_material` (
`remark`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'备注'
,
`img_name`
varchar
(
500
)
DEFAULT
NULL
COMMENT
'图片名称'
,
`unit_id`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'计量单位Id'
,
`expiry_num`
int
(
10
)
DEFAULT
NULL
COMMENT
'保质期天数'
,
`enabled`
bit
(
1
)
DEFAULT
NULL
COMMENT
'启用 0-禁用 1-启用'
,
`other_field1`
varchar
(
50
)
DEFAULT
NULL
COMMENT
'自定义1'
,
`other_field2`
varchar
(
50
)
DEFAULT
NULL
COMMENT
'自定义2'
,
`other_field3`
varchar
(
50
)
DEFAULT
NULL
COMMENT
'自定义3'
,
`enable_serial_number`
varchar
(
1
)
DEFAULT
'0'
COMMENT
'是否开启序列号,0否,1是'
,
`enable_batch_number`
varchar
(
1
)
DEFAULT
'0'
COMMENT
'是否开启批号,0否,1是'
,
`tenant_id`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'租户id'
,
`delete_flag`
varchar
(
1
)
DEFAULT
'0'
COMMENT
'删除标记,0未删除,1删除'
,
PRIMARY
KEY
(
`id`
),
...
...
@@ -407,15 +412,15 @@ CREATE TABLE `jsh_material` (
-- ----------------------------
-- Records of jsh_material
-- ----------------------------
INSERT
INTO
`jsh_material`
VALUES
(
'568'
,
'17'
,
'商品1'
,
'制1'
,
'100.000000'
,
'sp1'
,
''
,
''
,
'个'
,
''
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'569'
,
'17'
,
'商品2'
,
''
,
'200.000000'
,
'sp2'
,
''
,
''
,
'只'
,
''
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'570'
,
'17'
,
'商品3'
,
''
,
'300.000000'
,
'sp3'
,
''
,
''
,
'个'
,
''
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'577'
,
null
,
'商品8'
,
''
,
null
,
'sp8'
,
''
,
''
,
''
,
''
,
null
,
'15'
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'579'
,
'21'
,
'商品17'
,
''
,
null
,
'sp17'
,
''
,
''
,
''
,
''
,
null
,
'15'
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'586'
,
'17'
,
'序列号商品测试'
,
''
,
null
,
'xlh123'
,
''
,
''
,
'个'
,
''
,
null
,
null
,
''
,
''
,
''
,
''
,
'1'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'587'
,
'17'
,
'商品test1'
,
'南通中远'
,
null
,
''
,
'test1'
,
''
,
'个'
,
''
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'588'
,
'21'
,
'商品200'
,
'fafda'
,
'112.000000'
,
'weqwe'
,
'300ml'
,
'红色'
,
'个'
,
'aaaabbbbb'
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'619'
,
null
,
'衣服'
,
null
,
null
,
null
,
null
,
null
,
'件'
,
null
,
''
,
null
,
''
,
null
,
null
,
null
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'568'
,
'17'
,
'商品1'
,
'制1'
,
'100.000000'
,
'sp1'
,
''
,
''
,
'个'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'569'
,
'17'
,
'商品2'
,
''
,
'200.000000'
,
'sp2'
,
''
,
''
,
'只'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'570'
,
'17'
,
'商品3'
,
''
,
'300.000000'
,
'sp3'
,
''
,
''
,
'个'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'577'
,
null
,
'商品8'
,
''
,
null
,
'sp8'
,
''
,
''
,
''
,
''
,
null
,
'15'
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'579'
,
'21'
,
'商品17'
,
''
,
null
,
'sp17'
,
''
,
''
,
''
,
''
,
null
,
'15'
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'586'
,
'17'
,
'序列号商品测试'
,
''
,
null
,
'xlh123'
,
''
,
''
,
'个'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
'1'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'587'
,
'17'
,
'商品test1'
,
'南通中远'
,
null
,
''
,
'test1'
,
''
,
'个'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'588'
,
'21'
,
'商品200'
,
'fafda'
,
'112.000000'
,
'weqwe'
,
'300ml'
,
'红色'
,
'个'
,
'aaaabbbbb'
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
'0'
,
'0'
,
'63'
,
'0'
);
INSERT
INTO
`jsh_material`
VALUES
(
'619'
,
null
,
'衣服'
,
null
,
null
,
null
,
null
,
null
,
'件'
,
null
,
''
,
null
,
null
,
''
,
null
,
null
,
null
,
'0'
,
'0'
,
'63'
,
'0'
);
-- ----------------------------
-- Table structure for jsh_material_attribute
...
...
@@ -679,7 +684,7 @@ CREATE TABLE `jsh_platform_config` (
`platform_key_info`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'关键词名称'
,
`platform_value`
varchar
(
200
)
DEFAULT
NULL
COMMENT
'值'
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
4
DEFAULT
CHARSET
=
utf8
COMMENT
=
'平台参数'
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
7
DEFAULT
CHARSET
=
utf8
COMMENT
=
'平台参数'
;
-- ----------------------------
-- Records of jsh_platform_config
...
...
@@ -689,6 +694,7 @@ INSERT INTO `jsh_platform_config` VALUES ('2', 'activation_code', '激活码', '
INSERT
INTO
`jsh_platform_config`
VALUES
(
'3'
,
'platform_url'
,
'官方网站'
,
'http://www.huaxiaerp.com/'
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'4'
,
'bill_print_flag'
,
'三联打印启用标记'
,
'0'
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'5'
,
'bill_print_url'
,
'三联打印地址'
,
''
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'6'
,
'pay_fee_url'
,
'租户续费地址'
,
''
);
-- ----------------------------
-- Table structure for jsh_role
...
...
@@ -730,7 +736,7 @@ CREATE TABLE `jsh_sequence` (
-- ----------------------------
-- Records of jsh_sequence
-- ----------------------------
INSERT
INTO
`jsh_sequence`
VALUES
(
'depot_number_seq'
,
'1'
,
'999999999999999999'
,
'6
58
'
,
'1'
,
'单据编号sequence'
);
INSERT
INTO
`jsh_sequence`
VALUES
(
'depot_number_seq'
,
'1'
,
'999999999999999999'
,
'6
60
'
,
'1'
,
'单据编号sequence'
);
-- ----------------------------
-- Table structure for jsh_serial_number
...
...
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