imtiazaasif

Order

Apr 11th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import java.util.Date;
  2. public class Order {
  3. Date date;
  4. String number;
  5.  
  6.  
  7. public void confirm() {
  8.  
  9. }
  10. public void close() {
  11.  
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment