|
|
@ -31,7 +31,7 @@ import java.io.Serializable;
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@Inheritance(strategy = InheritanceType.JOINED)
|
|
|
|
@Inheritance(strategy = InheritanceType.JOINED)
|
|
|
|
@Table(name = "IF_PACKAGE")
|
|
|
|
@Table(name = "IF_PACKAGE")
|
|
|
|
@Api("料箱表")
|
|
|
|
@Api("包装条码接口表")
|
|
|
|
public class IfPackage extends BaseBean implements Serializable {
|
|
|
|
public class IfPackage extends BaseBean implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 9099416791684702129L;
|
|
|
|
private static final long serialVersionUID = 9099416791684702129L;
|
|
|
|