|
|
|
@ -3,6 +3,7 @@ package cn.estsh.i3plus.pojo.aps.common;
|
|
|
|
|
import cn.estsh.i3plus.pojo.aps.annotation.FieldAnnotation;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.MappedSuperclass;
|
|
|
|
@ -15,6 +16,7 @@ import javax.persistence.MappedSuperclass;
|
|
|
|
|
* @Modify:
|
|
|
|
|
**/
|
|
|
|
|
@Data
|
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
|
@MappedSuperclass
|
|
|
|
|
public abstract class BaseCode extends BaseAPS {
|
|
|
|
|
@Column(name="CODE")
|
|
|
|
|