Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Table(name = "Income") public class Income extends Model {
  2. @Column(name = "AmountDate")
  3. public String amountDate;
  4.  
  5. @Column(name = "Amount")
  6. public int amount;
  7. }
Add Comment
Please, Sign In to add comment