Changeset 84652fb for src/main/java/com/example/autopartz/model/manytomany
- Timestamp:
- 01/07/23 18:37:26 (23 months ago)
- Branches:
- main
- Children:
- 5e7345e
- Parents:
- 37966cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/autopartz/model/manytomany/RsForCm.java
r37966cf r84652fb 22 22 @Id 23 23 Integer cmid; 24 25 public RsForCm(Integer rsid, Integer cmid) { 26 this.rsid = rsid; 27 this.cmid = cmid; 28 } 24 29 }
Note:
See TracChangeset
for help on using the changeset viewer.