Newer
Older
test-sample / src / main / java / com / example / testsample / Sample1Entity.java
yhornisse on 9 Oct 2023 105 bytes add test sample
package com.example.testsample;

public record Sample1Entity(Long id, String name, Long sample2Id) {

}