コード例 #1
0
ファイル: SPLType.cs プロジェクト: trantan490/web
 public static void serialize_SPL_View_Lot_List_Out_Tag_lot_list(StreamTransformer former, SPL_View_Lot_List_Out_Tag_lot_list target)
 {
     former.writeMsgString(withoutSpace(target.lot_id));
     former.writeMsgString(withoutSpace(target.lot_desc));
     former.writeMsgString(withoutSpace(target.mat_id));
     former.writeMsgInt(target.mat_ver);
     former.writeMsgString(withoutSpace(target.flow));
     former.writeMsgInt(target.flow_seq_num);
     former.writeMsgString(withoutSpace(target.oper));
     former.writeMsgDouble(target.qty_1);
     former.writeMsgDouble(target.qty_2);
     former.writeMsgDouble(target.qty_3);
     former.writeMsgChar(target.lot_type);
     former.writeMsgString(withoutSpace(target.owner_code));
     former.writeMsgString(withoutSpace(target.create_code));
     former.writeMsgChar(target.lot_priority);
     former.writeMsgString(withoutSpace(target.lot_status));
     former.writeMsgChar(target.hold_flag);
     former.writeMsgString(withoutSpace(target.hold_code));
     former.writeMsgString(withoutSpace(target.hold_prv_grp_id));
     former.writeMsgChar(target.inv_flag);
     former.writeMsgChar(target.transit_flag);
     former.writeMsgChar(target.rwk_flag);
     former.writeMsgString(withoutSpace(target.rwk_code));
     former.writeMsgChar(target.nstd_flag);
     former.writeMsgChar(target.rep_flag);
     former.writeMsgChar(target.start_flag);
     former.writeMsgString(withoutSpace(target.start_res_id));
     former.writeMsgChar(target.end_flag);
     former.writeMsgString(withoutSpace(target.end_res_id));
     former.writeMsgString(withoutSpace(target.ship_code));
     former.writeMsgString(withoutSpace(target.ship_time));
     former.writeMsgString(withoutSpace(target.org_due_time));
     former.writeMsgString(withoutSpace(target.sch_due_time));
 }
コード例 #2
0
 public static void serialize_RAS_Resource_Event_In_Tag_lot_list(StreamTransformer former, RAS_Resource_Event_In_Tag_lot_list target)
 {
     former.writeMsgString(withoutSpace(target.lot_id));
     former.writeMsgString(withoutSpace(target.crr_id));
     former.writeMsgString(withoutSpace(target.oper));
     former.writeMsgDouble(target.qty_1);
     former.writeMsgDouble(target.qty_2);
     former.writeMsgInt(target.hist_seq);
 }