public abstract class AbstractType<T extends BaseType,R extends BaseModel> extends BaseType
AbstractType()
void
fillCreateTime()
fillUpdateTime()
abstract R
toModel()
abstract void
updateAll(T current)
updatePart(T current)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractType()
public void fillCreateTime()
public void fillUpdateTime()
public abstract R toModel()
public abstract void updateAll(T current)
public abstract void updatePart(T current)
Copyright © 2023 Irvingsoft. All rights reserved.