接口 Input<E>

类型参数:
E - The dynamic entity interface type
所有超级接口:
Static<E>

public interface Input<E> extends Static<E>
Super interface for static input DTO classes generated by Jimmer. Note, this interface should only be implemented by generated code, not developer