#
vincentlu
昨天 e951b402b19d6658ee6c6003005329fcf09f8779
version/db/new.sql
@@ -95,3 +95,13 @@
alter table man_agv_model
    add tail_offset int(11) null comment '车尾(毫米)' after head_offset;
alter table man_loc
    change `row` row_no int null comment '排';
alter table man_loc
    change bay bay_no int null comment '列';
alter table man_loc
    change lev lev_no int null comment '层';