source: src/main/java/com/example/autopartz/model/manytomany/RsForCmId.java@ f484b14

main
Last change on this file since f484b14 was f484b14, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 18 months ago

Added full functionality for creating order

  • Property mode set to 100644
File size: 193 bytes
Line 
1package com.example.autopartz.model.manytomany;
2
3import lombok.Data;
4
5import java.io.Serializable;
6
7@Data
8public class RsForCmId implements Serializable {
9 Integer rsid;
10 Integer cmid;
11}
Note: See TracBrowser for help on using the repository browser.