|
@@ -16,7 +16,7 @@ import jakarta.validation.constraints.NotBlank;
|
|
|
@Setter
|
|
@Setter
|
|
|
@Getter
|
|
@Getter
|
|
|
@Entity
|
|
@Entity
|
|
|
-@Table(name = "sys_notify_webhook")
|
|
|
|
|
|
|
+@Table(name = "sys1_notify_webhook")
|
|
|
public class Webhook extends BaseEntity {
|
|
public class Webhook extends BaseEntity {
|
|
|
@Column(nullable = false, unique = true)
|
|
@Column(nullable = false, unique = true)
|
|
|
private String name;
|
|
private String name;
|