main
Last change
on this file was ae042f4, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Configured spring security, changed spring version
|
-
Property mode
set to
100644
|
File size:
260 bytes
|
Line | |
---|
1 | package com.example.autopartz.model.views;
|
---|
2 |
|
---|
3 | import lombok.Data;
|
---|
4 |
|
---|
5 | import java.io.Serializable;
|
---|
6 | import java.time.LocalDateTime;
|
---|
7 |
|
---|
8 | @Data
|
---|
9 | public class OrdersForUserId implements Serializable {
|
---|
10 | Integer userid;
|
---|
11 | LocalDateTime orderdate;
|
---|
12 | String partname;
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.