This website works better with JavaScript.
Explore
Help
Register
Sign In
huanneng
/
hn_zw_back_main
Watch
9
Star
0
Fork
You've already forked hn_zw_back_main
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12991fd9fa
zw
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '12991fd9fa'
${ noResults }
hn_zw_back_main
/
WebStarter
/
db
/
0702.sql
2 lines
123 B
Raw
Normal View
History
Unescape
Escape
换点订单增加启动方式 实时通讯
5 months ago
alter
table
charge_order
add
COLUMN
start_type
int
comment
'
0-站控自启
;
1-站控手动启动
;
2-充电机自启
'
;