|
|
@@ -5,9 +5,7 @@ import cn.com.taiji.core.entity.dict.EnableStatus; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.Setter; |
|
|
|
|
|
|
|
import javax.persistence.Column; |
|
|
|
import javax.persistence.Entity; |
|
|
|
import javax.persistence.Table; |
|
|
|
import javax.persistence.*; |
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
import javax.validation.constraints.NotNull; |
|
|
|
import javax.validation.constraints.Size; |
|
|
@@ -111,6 +109,7 @@ public class QtkAgency extends StringPropertyUUIDEntity { |
|
|
|
private String merchantId;//商户号*/ |
|
|
|
@NotNull |
|
|
|
@Column(name = "STATUS") |
|
|
|
@Enumerated(EnumType.STRING) |
|
|
|
private EnableStatus status = EnableStatus.ENABLE; |
|
|
|
/* @Size(max = 64) |
|
|
|
@Column(name = "AGREEMENT_NAME") |