Minor fixes after testing

This commit is contained in:
Gaetano_Piazzolla
2023-02-26 16:22:34 +01:00
parent 37ace5d851
commit ca5055e225
75 changed files with 572 additions and 75 deletions

View File

@@ -3,7 +3,7 @@ package com.example.demo.serviceInterface;
import com.example.demo.model.Order;
/**
* Generated by Springboot-3layer-Generator at Feb 26, 2023, 4:08:20 PM
* Generated by Springboot-3layer-Generator at Feb 26, 2023, 4:11:11 PM
*/
public interface OrderService extends CrudService<Order,java.lang.Integer> {