|
@@ -13,7 +13,9 @@ import java.util.Date;
|
|
|
* @author yingp
|
|
* @author yingp
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
-@Table(name = "purc$notice")
|
|
|
|
|
|
|
+@Table(name = "purc$notice", indexes = {
|
|
|
|
|
+ @Index(name = "unique_enuu_sourceid", columnList = "pn_enuu,pn_sourceid", unique = true)
|
|
|
|
|
+})
|
|
|
@Entity
|
|
@Entity
|
|
|
public class PurchaseNotice implements Serializable {
|
|
public class PurchaseNotice implements Serializable {
|
|
|
|
|
|