zhangherong
8 天以前 bccaf7e7d0b50ff9df3120c38193d77d60fe26eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
DROP TABLE IF EXISTS [dbo].[mom_base_equipment_supplier]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_base_shift]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_base_shift_category]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_base_shift_rest_time]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_base_team_class]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_eam_equipment_lease]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_eam_equipment_lease_detail]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_install_plan]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_install_plan_detail1]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_install_plan_detail2]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_sys_config]
    GO
 
DROP TABLE IF EXISTS [dbo].[mom_sys_depart_category]
    GO