syntax = "proto3"; package api; option go_package = "git.espin.casa/albert/cml04-gdm-int6464/pkg/api;api"; service RollDataService { rpc BdRollData(BdRollDataReq) returns (BdRollDataRes); rpc UrRollData(UrRollDataReq) returns (UrRollDataRes); rpc EdRollData(EdRollDataReq) returns (EdRollDataRes); rpc UfRollData(UfRollDataReq) returns (UfRollDataRes); } message BdRollDataReq { string sender = 1; string roll_id = 2; string time_stamp = 100; } message BdRollDataRes { string msg = 1; BdRollData roll_data = 2; string time_stamp = 100; } message UrRollDataReq { string sender = 1; string roll_id = 2; string time_stamp = 100; } message UrRollDataRes { string msg = 1; UrRollData roll_data = 2; string time_stamp = 100; } message EdRollDataReq { string sender = 1; string roll_id = 2; string time_stamp = 100; } message EdRollDataRes { string msg = 1; EdRollData roll_data = 2; string time_stamp = 100; } message UfRollDataReq { string sender = 1; string roll_id = 2; string time_stamp = 100; } message UfRollDataRes { string msg = 1; UfRollData roll_data = 2; string time_stamp = 100; } message BdRollData { string bd_roll_set_date = 1; string bd_roll_set_id = 2; string bd_top_roll_number = 3; string bd_bot_roll_number = 4; string bd_roll_material = 5; int64 bd_roll_install_pos = 6; int64 bd_roll_set_type = 7; double bd_roll_diam_nom_act_top = 8; double bd_roll_diam_nom_act_bot = 9; double bd_roll_nominal_gap = 10; int64 bd_roll_grooves = 11; double bd_roll_groove_width0 = 12; double bd_roll_groove_width1 = 13; double bd_roll_groove_width2 = 14; double bd_roll_groove_width3 = 15; double bd_roll_groove_width4 = 16; double bd_roll_groove_width5 = 17; double bd_roll_groove_width6 = 18; double bd_roll_groove_width7 = 19; double bd_roll_groove_width8 = 20; double bd_roll_groove_width9 = 21; double bd_roll_groove_stiffness_top0 = 22; double bd_roll_groove_stiffness_top1 = 23; double bd_roll_groove_stiffness_top2 = 24; double bd_roll_groove_stiffness_top3 = 25; double bd_roll_groove_stiffness_top4 = 26; double bd_roll_groove_stiffness_top5 = 27; double bd_roll_groove_stiffness_top6 = 28; double bd_roll_groove_stiffness_top7 = 29; double bd_roll_groove_stiffness_top8 = 30; double bd_roll_groove_stiffness_top9 = 31; double bd_roll_groove_stiffness_bot0 = 32; double bd_roll_groove_stiffness_bot1 = 33; double bd_roll_groove_stiffness_bot2 = 34; double bd_roll_groove_stiffness_bot3 = 35; double bd_roll_groove_stiffness_bot4 = 36; double bd_roll_groove_stiffness_bot5 = 37; double bd_roll_groove_stiffness_bot6 = 38; double bd_roll_groove_stiffness_bot7 = 39; double bd_roll_groove_stiffness_bot8 = 40; double bd_roll_groove_stiffness_bot9 = 41; double bd_roll_groove_pos0 = 42; double bd_roll_groove_pos1 = 43; double bd_roll_groove_pos2 = 44; double bd_roll_groove_pos3 = 45; double bd_roll_groove_pos4 = 46; double bd_roll_groove_pos5 = 47; double bd_roll_groove_pos6 = 48; double bd_roll_groove_pos7 = 49; double bd_roll_groove_pos8 = 50; double bd_roll_groove_pos9 = 51; int64 bd_roll_groove_sharp0 = 52; int64 bd_roll_groove_sharp1 = 53; int64 bd_roll_groove_sharp2 = 54; int64 bd_roll_groove_sharp3 = 55; int64 bd_roll_groove_sharp4 = 56; int64 bd_roll_groove_sharp5 = 57; int64 bd_roll_groove_sharp6 = 58; int64 bd_roll_groove_sharp7 = 59; int64 bd_roll_groove_sharp8 = 60; int64 bd_roll_groove_sharp9 = 61; double bd_roll_groove_depth0 = 62; double bd_roll_groove_depth1 = 63; double bd_roll_groove_depth2 = 64; double bd_roll_groove_depth3 = 65; double bd_roll_groove_depth4 = 66; double bd_roll_groove_depth5 = 67; double bd_roll_groove_depth6 = 68; double bd_roll_groove_depth7 = 69; double bd_roll_groove_depth8 = 70; double bd_roll_groove_depth9 = 71; int64 bd_roll_assembly_status = 72; int64 bd_no_of_fin_sec = 73; string bd_init_sec0 = 74; string bd_init_sec1 = 75; string bd_init_sec2 = 76; string bd_init_sec3 = 77; string bd_init_sec4 = 78; string bd_fin_sec0 = 79; string bd_fin_sec1 = 80; string bd_fin_sec2 = 81; string bd_fin_sec3 = 82; string bd_fin_sec4 = 83; double bd_roll_actual_shimps_top = 84; double bd_roll_actual_shimps_bot = 85; double bd_tonnage_accum0 = 86; double bd_tonnage_accum1 = 87; double bd_tonnage_accum2 = 88; double bd_tonnage_accum3 = 89; double bd_tonnage_accum4 = 90; double bd_tonnage_accum5 = 91; double bd_tonnage_accum6 = 92; double bd_tonnage_accum7 = 93; double bd_tonnage_accum8 = 94; double bd_tonnage_accum9 = 95; string bd_roll_id = 96; bool bd_del_flag = 97; string bd_roll_set_id_old = 98; string bd_fin_sec5 = 99; string bd_fin_sec6 = 100; string bd_fin_sec7 = 101; string bd_fin_sec8 = 102; string bd_fin_sec9 = 103; string bd_fin_sec10 = 104; string bd_fin_sec11 = 105; string bd_fin_sec12 = 106; string bd_fin_sec13 = 107; string bd_fin_sec14 = 108; string bd_fin_sec15 = 109; string bd_fin_sec16 = 110; string bd_fin_sec17 = 111; string bd_fin_sec18 = 112; string bd_fin_sec19 = 113; bool old_flag = 114; double altura_barron_salida = 115; double altura_barron_entrada = 116; string familia = 117; bool correccion = 118; bool estado_registro = 119; string fecha_registro = 120; string fecha_envio = 121; } message UrRollData { string ur_roll_set_date = 1; string ur_roll_set_id = 2; string ur_roll_set_id_hrolls = 3; string ur_hto_roll_number = 4; string ur_hbo_roll_number = 5; int64 ur_roll_install_pos = 6; int64 ur_roll_set_type = 7; double ur_tonnage_accum0 = 8; double ur_tonnage_accum1 = 9; double ur_tonnage_accum2 = 10; double ur_tonnage_accum3 = 11; double ur_tonnage_accum4 = 12; double ur_tonnage_accum5 = 13; double ur_tonnage_accum6 = 14; double ur_tonnage_accum7 = 15; double ur_tonnage_accum8 = 16; double ur_tonnage_accum9 = 17; double ur_change_sleeve_length = 18; double ur_change_sleeve_depth = 19; int64 ur_roll_assembly_status = 20; int64 ur_no_of_fin_sec = 21; string ur_init_sec0 = 22; string ur_init_sec1 = 23; string ur_init_sec2 = 24; string ur_init_sec3 = 25; string ur_init_sec4 = 26; string ur_fin_sec0 = 27; string ur_fin_sec1 = 28; string ur_fin_sec2 = 29; string ur_fin_sec3 = 30; string ur_fin_sec4 = 31; string ur_roll_material_h = 32; double ur_roll_diam_act_hbo = 33; double ur_roll_diam_act_htp = 34; double ur_h_nomgap = 35; double ur_actual_shimps_hbo = 36; double ur_actual_shimps_htp = 37; double ur_roll_barrel_width_hbo = 38; double ur_roll_barrel_width_htp = 39; double ur_roll_cham_width_hbo = 40; double ur_roll_cham_width_htp = 41; double ur_roll_angle_hbo = 42; double ur_roll_angle_htb = 43; string ur_roll_set_id_vrolls = 44; string ur_vds_roll_number = 45; string ur_vos_roll_number = 46; string ur_roll_material_v = 47; double ur_roll_diam_act_vds = 48; double ur_roll_diam_act_vos = 49; double ur_roll_angle_vds = 50; double ur_roll_angle_vos = 51; double ur_passline_offset = 52; double ur_actual_shimps_vds_1 = 53; double ur_actual_shimps_vds_2 = 54; double ur_actual_shimps_vos_1 = 55; double ur_actual_shimps_vos_2 = 56; double ur_pin_v_chock = 57; int64 ur_roll_grooves = 58; double ur_roll_groove_width0 = 59; double ur_roll_groove_width1 = 60; double ur_roll_groove_width2 = 61; double ur_roll_groove_width3 = 62; double ur_roll_groove_width4 = 63; double ur_roll_groove_width5 = 64; double ur_roll_groove_width6 = 65; double ur_roll_groove_width7 = 66; double ur_roll_groove_width8 = 67; double ur_roll_groove_width9 = 68; double ur_roll_groove_stiffness_top0 = 69; double ur_roll_groove_stiffness_top1 = 70; double ur_roll_groove_stiffness_top2 = 71; double ur_roll_groove_stiffness_top3 = 72; double ur_roll_groove_stiffness_top4 = 73; double ur_roll_groove_stiffness_top5 = 74; double ur_roll_groove_stiffness_top6 = 75; double ur_roll_groove_stiffness_top7 = 76; double ur_roll_groove_stiffness_top8 = 77; double ur_roll_groove_stiffness_top9 = 78; double ur_roll_groove_stiffness_bot0 = 79; double ur_roll_groove_stiffness_bot1 = 80; double ur_roll_groove_stiffness_bot2 = 81; double ur_roll_groove_stiffness_bot3 = 82; double ur_roll_groove_stiffness_bot4 = 83; double ur_roll_groove_stiffness_bot5 = 84; double ur_roll_groove_stiffness_bot6 = 85; double ur_roll_groove_stiffness_bot7 = 86; double ur_roll_groove_stiffness_bot8 = 87; double ur_roll_groove_stiffness_bot9 = 88; double ur_roll_groove_pos0 = 89; double ur_roll_groove_pos1 = 90; double ur_roll_groove_pos2 = 91; double ur_roll_groove_pos3 = 92; double ur_roll_groove_pos4 = 93; double ur_roll_groove_pos5 = 94; double ur_roll_groove_pos6 = 95; double ur_roll_groove_pos7 = 96; double ur_roll_groove_pos8 = 97; double ur_roll_groove_pos9 = 98; int64 ur_roll_groove_sharp0 = 99; int64 ur_roll_groove_sharp1 = 100; int64 ur_roll_groove_sharp2 = 101; int64 ur_roll_groove_sharp3 = 102; int64 ur_roll_groove_sharp4 = 103; int64 ur_roll_groove_sharp5 = 104; int64 ur_roll_groove_sharp6 = 105; int64 ur_roll_groove_sharp7 = 106; int64 ur_roll_groove_sharp8 = 107; int64 ur_roll_groove_sharp9 = 108; double ur_roll_thrust_plate = 109; string ur_roll_id = 110; bool ur_del_flag = 111; string ur_roll_set_id_old = 112; string top_shaft_ur = 113; string bot_shaft_ur = 114; string ur_fin_sec5 = 115; string ur_fin_sec6 = 116; string ur_fin_sec7 = 117; string ur_fin_sec8 = 118; string ur_fin_sec9 = 119; string ur_fin_sec10 = 120; string ur_fin_sec11 = 121; string ur_fin_sec12 = 122; string ur_fin_sec13 = 123; string ur_fin_sec14 = 124; string ur_fin_sec15 = 125; string ur_fin_sec16 = 126; string ur_fin_sec17 = 127; string ur_fin_sec18 = 128; string ur_fin_sec19 = 129; bool old_flag = 130; int64 ampuesa_corta = 131; bool estado_registro = 132; string fecha_registro = 133; string fecha_envio = 134; } message EdRollData { string ed_roll_set_date = 1; string ed_roll_set_id = 2; string ed_top_roll_number = 3; string ed_bot_roll_number = 4; string ed_roll_material = 5; int64 ed_roll_install_pos = 6; int64 ed_roll_set_type = 7; double ed_roll_diam_nom_htp = 8; double ed_roll_diam_nom_hbo = 9; double ed_roll_nominal_gap = 10; int64 ed_roll_assembly_status = 11; int64 ed_no_of_fin_sec = 12; string ed_init_sec0 = 13; string ed_init_sec1 = 14; string ed_init_sec2 = 15; string ed_init_sec3 = 16; string ed_init_sec4 = 17; string ed_fin_sec0 = 18; string ed_fin_sec1 = 19; string ed_fin_sec2 = 20; string ed_fin_sec3 = 21; string ed_fin_sec4 = 22; int64 ed_roll_no_of_grooves = 23; double ed_roll_groove_stiff_top0 = 24; double ed_roll_groove_stiff_top1 = 25; double ed_roll_groove_stiff_top2 = 26; double ed_roll_groove_stiff_top3 = 27; double ed_roll_groove_stiff_top4 = 28; double ed_roll_groove_stiff_top5 = 29; double ed_roll_groove_stiff_top6 = 30; double ed_roll_groove_stiff_top7 = 31; double ed_roll_groove_stiff_top8 = 32; double ed_roll_groove_stiff_top9 = 33; double ed_roll_groove_stiff_bot0 = 34; double ed_roll_groove_stiff_bot1 = 35; double ed_roll_groove_stiff_bot2 = 36; double ed_roll_groove_stiff_bot3 = 37; double ed_roll_groove_stiff_bot4 = 38; double ed_roll_groove_stiff_bot5 = 39; double ed_roll_groove_stiff_bot6 = 40; double ed_roll_groove_stiff_bot7 = 41; double ed_roll_groove_stiff_bot8 = 42; double ed_roll_groove_stiff_bot9 = 43; double ed_roll_groove_pos0 = 44; double ed_roll_groove_pos1 = 45; double ed_roll_groove_pos2 = 46; double ed_roll_groove_pos3 = 47; double ed_roll_groove_pos4 = 48; double ed_roll_groove_pos5 = 49; double ed_roll_groove_pos6 = 50; double ed_roll_groove_pos7 = 51; double ed_roll_groove_pos8 = 52; double ed_roll_groove_pos9 = 53; double ed_actual_shimps_hbo = 54; double ed_actual_shimps_htp = 55; double ed_change_sleeve_length = 56; double ed_change_sleeve_depth = 57; double ed_tonnage_accum0 = 58; double ed_tonnage_accum1 = 59; double ed_tonnage_accum2 = 60; double ed_tonnage_accum3 = 61; double ed_tonnage_accum4 = 62; double ed_tonnage_accum5 = 63; double ed_tonnage_accum6 = 64; double ed_tonnage_accum7 = 65; double ed_tonnage_accum8 = 66; double ed_tonnage_accum9 = 67; double ed_roll_flange_diam_top0 = 68; double ed_roll_flange_diam_top1 = 69; double ed_roll_flange_diam_top2 = 70; double ed_roll_flange_diam_top3 = 71; double ed_roll_flange_diam_top4 = 72; double ed_roll_flange_diam_top5 = 73; double ed_roll_flange_diam_top6 = 74; double ed_roll_flange_diam_top7 = 75; double ed_roll_flange_diam_top8 = 76; double ed_roll_flange_diam_top9 = 77; double ed_roll_flange_diam_bot0 = 78; double ed_roll_flange_diam_bot1 = 79; double ed_roll_flange_diam_bot2 = 80; double ed_roll_flange_diam_bot3 = 81; double ed_roll_flange_diam_bot4 = 82; double ed_roll_flange_diam_bot5 = 83; double ed_roll_flange_diam_bot6 = 84; double ed_roll_flange_diam_bot7 = 85; double ed_roll_flange_diam_bot8 = 86; double ed_roll_flange_diam_bot9 = 87; double ed_roll_web_diam_top0 = 88; double ed_roll_web_diam_top1 = 89; double ed_roll_web_diam_top2 = 90; double ed_roll_web_diam_top3 = 91; double ed_roll_web_diam_top4 = 92; double ed_roll_web_diam_top5 = 93; double ed_roll_web_diam_top6 = 94; double ed_roll_web_diam_top7 = 95; double ed_roll_web_diam_top8 = 96; double ed_roll_web_diam_top9 = 97; double ed_roll_web_diam_bot0 = 98; double ed_roll_web_diam_bot1 = 99; double ed_roll_web_diam_bot2 = 100; double ed_roll_web_diam_bot3 = 101; double ed_roll_web_diam_bot4 = 102; double ed_roll_web_diam_bot5 = 103; double ed_roll_web_diam_bot6 = 104; double ed_roll_web_diam_bot7 = 105; double ed_roll_web_diam_bot8 = 106; double ed_roll_web_diam_bot9 = 107; double ed_roll_cham_width_top0 = 108; double ed_roll_cham_width_top1 = 109; double ed_roll_cham_width_top2 = 110; double ed_roll_cham_width_top3 = 111; double ed_roll_cham_width_top4 = 112; double ed_roll_cham_width_top5 = 113; double ed_roll_cham_width_top6 = 114; double ed_roll_cham_width_top7 = 115; double ed_roll_cham_width_top8 = 116; double ed_roll_cham_width_top9 = 117; double ed_roll_cham_width_bot0 = 118; double ed_roll_cham_width_bot1 = 119; double ed_roll_cham_width_bot2 = 120; double ed_roll_cham_width_bot3 = 121; double ed_roll_cham_width_bot4 = 122; double ed_roll_cham_width_bot5 = 123; double ed_roll_cham_width_bot6 = 124; double ed_roll_cham_width_bot7 = 125; double ed_roll_cham_width_bot8 = 126; double ed_roll_cham_width_bot9 = 127; double ed_roll_angle_flange_face0 = 128; double ed_roll_angle_flange_face1 = 129; double ed_roll_angle_flange_face2 = 130; double ed_roll_angle_flange_face3 = 131; double ed_roll_angle_flange_face4 = 132; double ed_roll_angle_flange_face5 = 133; double ed_roll_angle_flange_face6 = 134; double ed_roll_angle_flange_face7 = 135; double ed_roll_angle_flange_face8 = 136; double ed_roll_angle_flange_face9 = 137; double ed_roll_root_radius0 = 138; double ed_roll_root_radius1 = 139; double ed_roll_root_radius2 = 140; double ed_roll_root_radius3 = 141; double ed_roll_root_radius4 = 142; double ed_roll_root_radius5 = 143; double ed_roll_root_radius6 = 144; double ed_roll_root_radius7 = 145; double ed_roll_root_radius8 = 146; double ed_roll_root_radius9 = 147; double ed_passline_offset = 148; int64 ed_d_roll_groove_sharp0 = 149; int64 ed_d_roll_groove_sharp1 = 150; int64 ed_d_roll_groove_sharp2 = 151; int64 ed_d_roll_groove_sharp3 = 152; int64 ed_d_roll_groove_sharp4 = 153; int64 ed_d_roll_groove_sharp5 = 154; int64 ed_d_roll_groove_sharp6 = 155; int64 ed_d_roll_groove_sharp7 = 156; int64 ed_d_roll_groove_sharp8 = 157; int64 ed_d_roll_groove_sharp9 = 158; double ed_d_roll_groove_width0 = 159; double ed_d_roll_groove_width1 = 160; double ed_d_roll_groove_width2 = 161; double ed_d_roll_groove_width3 = 162; double ed_d_roll_groove_width4 = 163; double ed_d_roll_groove_width5 = 164; double ed_d_roll_groove_width6 = 165; double ed_d_roll_groove_width7 = 166; double ed_d_roll_groove_width8 = 167; double ed_d_roll_groove_width9 = 168; string ed_roll_id = 169; bool ed_del_flag = 170; string ed_roll_set_id_old = 171; string ed_fin_sec5 = 172; string ed_fin_sec6 = 173; string ed_fin_sec7 = 174; string ed_fin_sec8 = 175; string ed_fin_sec9 = 176; string ed_fin_sec10 = 177; string ed_fin_sec11 = 178; string ed_fin_sec12 = 179; string ed_fin_sec13 = 180; string ed_fin_sec14 = 181; string ed_fin_sec15 = 182; string ed_fin_sec16 = 183; string ed_fin_sec17 = 184; string ed_fin_sec18 = 185; string ed_fin_sec19 = 186; bool old_flag = 187; bool estado_registro = 188; string fecha_registro = 189; string fecha_envio = 190; } message UfRollData { string uf_roll_set_date = 1; string uf_roll_set_id = 2; string uf_roll_set_id_hrolls = 3; string uf_hto_roll_number = 4; string uf_hbo_roll_number = 5; int64 uf_roll_install_pos = 6; int64 uf_roll_set_type = 7; double uf_tonnage_accum0 = 8; double uf_tonnage_accum1 = 9; double uf_tonnage_accum2 = 10; double uf_tonnage_accum3 = 11; double uf_tonnage_accum4 = 12; double uf_tonnage_accum5 = 13; double uf_tonnage_accum6 = 14; double uf_tonnage_accum7 = 15; double uf_tonnage_accum8 = 16; double uf_tonnage_accum9 = 17; double uf_change_sleeve_length = 18; double uf_change_sleeve_depth = 19; int64 uf_roll_assembly_status = 20; int64 uf_no_of_fin_sec = 21; string uf_init_sec0 = 22; string uf_init_sec1 = 23; string uf_init_sec2 = 24; string uf_init_sec3 = 25; string uf_init_sec4 = 26; string uf_fin_sec0 = 27; string uf_fin_sec1 = 28; string uf_fin_sec2 = 29; string uf_fin_sec3 = 30; string uf_fin_sec4 = 31; string uf_roll_material_h = 32; double uf_roll_diam_act_hbo = 33; double uf_roll_diam_act_htp = 34; double uf_h_nomgap = 35; double uf_actual_shimps_hbo = 36; double uf_actual_shimps_htp = 37; double uf_roll_barrel_width_hbo = 38; double uf_roll_barrel_width_htp = 39; double uf_roll_cham_width_hbo = 40; double uf_roll_cham_width_htp = 41; double uf_roll_angle_hbo = 42; double uf_roll_angle_htb = 43; string uf_roll_set_id_vrolls = 44; string uf_vds_roll_number = 45; string uf_vos_roll_number = 46; string uf_roll_material_v = 47; double uf_roll_diam_act_vds = 48; double uf_roll_diam_act_vos = 49; double uf_roll_angle_vds = 50; double uf_roll_angle_vos = 51; double uf_passline_offset = 52; double uf_actual_shimps_vds_1 = 53; double uf_actual_shimps_vds_2 = 54; double uf_actual_shimps_vos_1 = 55; double uf_actual_shimps_vos_2 = 56; double uf_pin_v_chock = 57; int64 uf_roll_grooves = 58; double uf_roll_groove_width0 = 59; double uf_roll_groove_width1 = 60; double uf_roll_groove_width2 = 61; double uf_roll_groove_width3 = 62; double uf_roll_groove_width4 = 63; double uf_roll_groove_width5 = 64; double uf_roll_groove_width6 = 65; double uf_roll_groove_width7 = 66; double uf_roll_groove_width8 = 67; double uf_roll_groove_width9 = 68; double uf_roll_groove_stiffness_top0 = 69; double uf_roll_groove_stiffness_top1 = 70; double uf_roll_groove_stiffness_top2 = 71; double uf_roll_groove_stiffness_top3 = 72; double uf_roll_groove_stiffness_top4 = 73; double uf_roll_groove_stiffness_top5 = 74; double uf_roll_groove_stiffness_top6 = 75; double uf_roll_groove_stiffness_top7 = 76; double uf_roll_groove_stiffness_top8 = 77; double uf_roll_groove_stiffness_top9 = 78; double uf_roll_groove_stiffness_bot0 = 79; double uf_roll_groove_stiffness_bot1 = 80; double uf_roll_groove_stiffness_bot2 = 81; double uf_roll_groove_stiffness_bot3 = 82; double uf_roll_groove_stiffness_bot4 = 83; double uf_roll_groove_stiffness_bot5 = 84; double uf_roll_groove_stiffness_bot6 = 85; double uf_roll_groove_stiffness_bot7 = 86; double uf_roll_groove_stiffness_bot8 = 87; double uf_roll_groove_stiffness_bot9 = 88; double uf_roll_groove_pos0 = 89; double uf_roll_groove_pos1 = 90; double uf_roll_groove_pos2 = 91; double uf_roll_groove_pos3 = 92; double uf_roll_groove_pos4 = 93; double uf_roll_groove_pos5 = 94; double uf_roll_groove_pos6 = 95; double uf_roll_groove_pos7 = 96; double uf_roll_groove_pos8 = 97; double uf_roll_groove_pos9 = 98; int64 uf_roll_groove_sharp0 = 99; int64 uf_roll_groove_sharp1 = 100; int64 uf_roll_groove_sharp2 = 101; int64 uf_roll_groove_sharp3 = 102; int64 uf_roll_groove_sharp4 = 103; int64 uf_roll_groove_sharp5 = 104; int64 uf_roll_groove_sharp6 = 105; int64 uf_roll_groove_sharp7 = 106; int64 uf_roll_groove_sharp8 = 107; int64 uf_roll_groove_sharp9 = 108; double uf_roll_thrust_plate = 109; string uf_roll_id = 110; bool uf_del_flag = 111; string uf_roll_set_id_old = 112; string top_shaft_uf = 113; string bot_shaft_uf = 114; string uf_fin_sec5 = 115; string uf_fin_sec6 = 116; string uf_fin_sec7 = 117; string uf_fin_sec8 = 118; string uf_fin_sec9 = 119; string uf_fin_sec10 = 120; string uf_fin_sec11 = 121; string uf_fin_sec12 = 122; string uf_fin_sec13 = 123; string uf_fin_sec14 = 124; string uf_fin_sec15 = 125; string uf_fin_sec16 = 126; string uf_fin_sec17 = 127; string uf_fin_sec18 = 128; string uf_fin_sec19 = 129; bool old_flag = 130; int64 ampuesa_corta = 131; bool estado_registro = 132; string fecha_registro = 133; string fecha_envio = 134; }