Advertisement
bastide

Untitled

Jan 26th, 2025
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | Cryptocurrency | 0 0
  1. @Entity
  2. public class Categorie {
  3.     @Id
  4.     private Integer code;
  5.     private String libelle;
  6.     private String description;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement