|
@@ -60,7 +60,7 @@ public class UserNoticeEntity extends WithIdJpaEntity {
|
|
/**
|
|
/**
|
|
* 是否已撤销
|
|
* 是否已撤销
|
|
*/
|
|
*/
|
|
- @Column(nullable = false)
|
|
|
|
|
|
+ @Column(nullable = true)
|
|
private Boolean hasRecalled;
|
|
private Boolean hasRecalled;
|
|
|
|
|
|
public Long getRootOrgId() {
|
|
public Long getRootOrgId() {
|