Commit b905b71d authored by 王业雄's avatar 王业雄

fix

parent 128047ed
package com.quantgroup.asset.distribution.service.jpa.entity;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.*;
import java.sql.Timestamp;
import java.util.Objects;
......@@ -11,6 +14,8 @@ import java.util.Objects;
*/
@Entity
@Table(name = "white_list", schema = "asset-distribution", catalog = "")
@DynamicInsert
@DynamicUpdate
public class WhiteListEntity {
private long id;
private long fundProductId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment