|
|
|
@ -8,10 +8,7 @@ import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.UniqueConstraint;
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description : 附件表
|
|
|
|
@ -58,4 +55,8 @@ public class WmsFile extends BaseBean{
|
|
|
|
|
@Column(name = "REF_TYPE")
|
|
|
|
|
@ApiParam(value = "关联单据类型")
|
|
|
|
|
private String refType;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("预览前缀")
|
|
|
|
|
public String previewPrefix;
|
|
|
|
|
}
|