Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls_rent
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
congweijing
hls_rent
Commits
15e58b2f
Commit
15e58b2f
authored
Aug 23, 2018
by
congweijing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新表和页面注册脚本
parent
ca452f7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
fee_manage.sql
room_info_manage(页面注册)/fee_manage.sql
+5
-3
hls_hsm入住人员信息表最终版.sql
tables(新)/hls_hsm入住人员信息表最终版.sql
+6
-4
No files found.
room_info_manage(页面注册)/fee_manage.sql
View file @
15e58b2f
...
...
@@ -34,7 +34,8 @@ sys_function_assign_pkg.func_load('RENT3006','核销页面','','F','modules/hls_
--分配页面
sys_function_assign_pkg
.
func_service_load
(
'RENT3003'
,
'modules/hls_rent/RENT300/rent_receipt_verification.screen'
);
sys_function_assign_pkg
.
func_service_load
(
'RENT3004'
,
'modules/hls_rent/RENT300/rent_receipt_fee.screen'
);
sys_function_assign_pkg
.
func_service_load
(
'RENT3005'
,
'modules/hls_rent/RENT300/rent_manual_receipt.screen'
);
sys_function_assign_pkg
.
func_service_load
(
'RENT3004'
,
'modules/hls_rent/RENT300/rent_manual_receipt.screen'
);
--sys_function_assign_pkg.func_service_load('RENT3005','modules/hls_rent/RENT300/rent_manual_receipt.screen');
sys_function_assign_pkg
.
func_service_load
(
'RENT3001'
,
'modules/hls_rent/RENT300/rent_fee_information.screen'
);
sys_function_assign_pkg
.
func_service_load
(
'RENT3001'
,
'modules/hls_rent/RENT300/rent_fee_add.screen'
);
...
...
@@ -47,8 +48,9 @@ sys_function_assign_pkg.func_bm_load('RENT3003','hls_rent.RENT300.rent_source_ob
sys_function_assign_pkg
.
func_bm_load
(
'RENT3003'
,
'hls_rent.RENT300.rent_ver_search'
);
sys_function_assign_pkg
.
func_bm_load
(
'RENT3004'
,
'hls_rent.RENT300.rent_source_object'
);
sys_function_assign_pkg
.
func_bm_load
(
'RENT3004'
,
'hls_rent.RENT300.rent_receipt_fee'
);
sys_function_assign_pkg
.
func_bm_load
(
'RENT3005'
,
'hls_rent.RENT300.rent_source_object'
);
sys_function_assign_pkg
.
func_bm_load
(
'RENT3005'
,
'hls_rent.RENT300.rent_fee_currency'
);
sys_function_assign_pkg
.
func_bm_load
(
'RENT3004'
,
'hls_rent.RENT300.rent_fee_currency'
);
--sys_function_assign_pkg.func_bm_load('RENT3005','hls_rent.RENT300.rent_source_object');
--sys_function_assign_pkg.func_bm_load('RENT3005','hls_rent.RENT300.rent_fee_currency');
sys_function_assign_pkg
.
func_bm_load
(
'RENT3001'
,
'hls_rent.RENT300.rent_fee_add'
);
sys_function_assign_pkg
.
func_bm_load
(
'RENT3001'
,
'hls_rent.RENT300.rent_fee_currency'
);
...
...
tables(新)/hls_hsm入住人员信息表.sql
→
tables(新)/hls_hsm入住人员信息表
最终版
.sql
View file @
15e58b2f
...
...
@@ -24,10 +24,11 @@ base_in varchar2(20) not null,
phone_number
varchar2
(
100
)
not
null
,
people_status
varchar2
(
20
)
not
null
,
email
varchar2
(
100
)
not
null
,
message
varchar2
(
500
)
,
message
varchar2
(
500
)
not
null
,
contract_no
varchar2
(
30
),
leaving_date
date
,
live_start_date
date
,
check_out_date
date
,
created_by
number
,
creation_date
date
,
last_updated_by
number
,
...
...
@@ -48,11 +49,12 @@ comment on column hls_hsm.email is '
comment
on
column
hls_hsm
.
message
is
'备注'
;
comment
on
column
hls_hsm
.
contract_no
is
'房屋合同编号'
;
comment
on
column
hls_hsm
.
leaving_date
is
'欲入住至(时间)'
;
comment
on
column
hls_hsm
.
live_start_date
is
'入住起始日期(已入住)'
;
comment
on
column
hls_hsm
.
live_start_date
is
'入住起始日期(已入住要用)'
;
comment
on
column
hls_hsm
.
check_out_date
is
'退房日期(已退房要用)'
;
comment
on
column
hls_hsm
.
created_by
is
'默认'
;
comment
on
column
hls_hsm
.
creation_date
is
'默认'
;
comment
on
column
hls_hsm
.
last_update
d
_by
is
'默认'
;
comment
on
column
hls_hsm
.
last_update_date
is
'
退房日期(已退房)
'
;
comment
on
column
hls_hsm
.
last_update_by
is
'默认'
;
comment
on
column
hls_hsm
.
last_update_date
is
'
默认
'
;
-- create/recreate primary, unique and foreign key constraints
alter
table
hls_hsm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment