feature (办公基价迁移): 完成办公计价迁移
1. 办公案例下载 2. 办公案例清洗 3. 办公基价计算 4. 办公基价导入 5. 物业基价菜单调整 6. 住宅租赁挂牌案例下载 7. 住宅租赁案例清洗
This commit is contained in:
12
ruoyi/sql/rent_price.sql
Normal file
12
ruoyi/sql/rent_price.sql
Normal file
@ -0,0 +1,12 @@
|
||||
create type [dbo].[DWA_PROJECTBASEPRICE_RENT_MANU_Table] as table(
|
||||
ID int not null
|
||||
, ProjectID nvarchar(32) primary key
|
||||
, MainCoff_Rent decimal(7, 4)
|
||||
, RentPrice decimal(18, 2)
|
||||
, MainRentPrice decimal(18, 2)
|
||||
, RentPrice_1 decimal(18, 2)
|
||||
, VOPPAT varchar(64)
|
||||
, VOPPA decimal(18, 6)
|
||||
, ModifyDate date
|
||||
)
|
||||
go
|
Reference in New Issue
Block a user