alter table t_structure_off
add totnum integer;
comment on column t_structure_off.totnum is '测点总数';
add offnum integer;
comment on column t_structure_off.offnum is '离线个数';