|
|
@ -25,8 +25,7 @@ import javax.persistence.*;
|
|
|
|
@DynamicUpdate
|
|
|
|
@DynamicUpdate
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@Inheritance(strategy = InheritanceType.JOINED)
|
|
|
|
@Inheritance(strategy = InheritanceType.JOINED)
|
|
|
|
@Table(name="WMS_FILE",
|
|
|
|
@Table(name="WMS_FILE")
|
|
|
|
uniqueConstraints = {@UniqueConstraint(columnNames = {"FILE_NAME", "REF_SRC", "REF_TYPE"})})
|
|
|
|
|
|
|
|
@Api("附件信息")
|
|
|
|
@Api("附件信息")
|
|
|
|
public class WmsFile extends BaseBean{
|
|
|
|
public class WmsFile extends BaseBean{
|
|
|
|
|
|
|
|
|
|
|
|