| | |
| | | public class NotifyLogHandler extends AbstractHandler<String> { |
| | | |
| | | private static final String WAIT_PAKIN_ARCHIVE_COLUMNS = |
| | | "zpallet, anfme, loc_no, matnr, maktx, batch, order_no, specs, model, color, brand, unit, price, sku, units, barcode, " + |
| | | "origin, manu, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, " + |
| | | "zpallet, anfme, loc_no, matnr, maktx, batch, order_no, container_no, teu, plate_no, train_no, specs, model, color, brand, unit, price, sku, units, barcode, " + |
| | | "origin, freq_type, cube_number, manu, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, " + |
| | | "dead_warn, source, inspect, danger, status, io_status, modi_time, modi_user, appe_time, appe_user, memo, standby1, standby2, " + |
| | | "standby3, box_type1, box_type2, box_type3"; |
| | | |