Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. #pragma once
  2. using namespace System;
  3.  
  4. public ref class Data
  5. {
  6. public:
  7.     String^ order_id;
  8.     String^ destination;
  9.     String^ initial_point;
  10.     String^ type_of_cargo;
  11.     String^ type_of_car;
  12.     String^ cost;
  13.     String^ weight;
  14.     String^ date;
  15.     String^ user_id;
  16.     String^ client_id;
  17.     String^ inactive;
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement