Merge branch 'test' of jhforever.wang/wangjie-i3plus-pojo into test

yun-zuoyi
王杰 5 years ago committed by nancy.li
commit 877200c010

@ -26,10 +26,10 @@ import java.io.Serializable;
@Index(columnList = "PACKAGE_NO"), @Index(columnList = "PACKAGE_NO"),
@Index(columnList = "SERIAL_NUMBER"), @Index(columnList = "SERIAL_NUMBER"),
@Index(columnList = "PART_NO"), @Index(columnList = "PART_NO"),
@Index(columnList = "PACKAGE_NO2") @Index(columnList = "PACKAGE_NO2"),
}/*, uniqueConstraints = { @Index(columnList = "ORGANIZE_CODE,PACKAGE_NO,SERIAL_NUMBER"),
@UniqueConstraint(columnNames = {"ORGANIZE_CODE", "PACKAGE_NO", "SERIAL_NUMBER"}) @Index(columnList = "PACKAGE_NO,SERIAL_NUMBER")
}*/) })
@Api("包装规格明细") @Api("包装规格明细")
public class MesPackageDetail extends BaseBean implements Serializable { public class MesPackageDetail extends BaseBean implements Serializable {
private static final long serialVersionUID = 6980459490465566975L; private static final long serialVersionUID = 6980459490465566975L;

Loading…
Cancel
Save