Compare commits
2 Commits
bbe2b65af3
...
ecfcc01c2b
| Author | SHA1 | Date |
|---|---|---|
|
|
ecfcc01c2b | |
|
|
3712c06819 |
|
|
@ -0,0 +1,3 @@
|
|||
-- 是否是成套设备(1:是 )
|
||||
alter table ma_type
|
||||
add is_whole_set int null comment '是否是成套设备(1:是 )';
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
-- 是否是成套设备(1:是 )
|
||||
alter table ma_type
|
||||
add is_whole_set int null comment '是否是成套设备(1:是 )';
|
||||
Loading…
Reference in New Issue