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

public record Sample2Entity(Long id, String name) {

}