Ignore:
Timestamp:
11/11/21 11:59:35 (3 years ago)
Author:
andrejTavchioski <andrej.tavchioski@…>
Branches:
master
Children:
8588fcb
Parents:
97fbc67 (diff), 9504a09 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://develop.finki.ukim.mk/git/ParkUp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/app/src/main/java/parkup/entities/ParkingZone.java

    r97fbc67 r2ace8f0  
    3333    private int capacity;
    3434
     35<<<<<<< HEAD
    3536    @Column(name = "time_from")  //za rabotni casovi od:
    3637    private int from;
    3738
    3839    @Column(name = "time_to")    //za rabotni casovi do:
     40=======
     41    @Column(name = "vreme_od")  //za rabotni casovi od:
     42    private int from;
     43
     44    @Column(name = "vreme_do")    //za rabotni casovi do:
     45>>>>>>> 9504a097ce80831ea7e7130dff7215d5fbf8e939
    3946    private int to;
    4047
Note: See TracChangeset for help on using the changeset viewer.