package org.whole.lang.pojo.model; /** * @generator Whole */ public interface ByteData extends IPojoEntity, PropertyValue { public byte getValue(); public void setValue(byte value); }