mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-20 14:18:01 +00:00
update modules/core: mod 1 files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-01-29 16:21:24
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-04-09 21:37:34
|
||||
* @LastEditTime: 2025-05-21 16:33:12
|
||||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesa
|
||||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||||
@@ -78,7 +78,7 @@ public abstract class BaseEntityNoOrg implements Serializable {
|
||||
|
||||
// 乐观锁版本字段,每次更新时版本号加1
|
||||
@Version
|
||||
private Integer version;
|
||||
private int version;
|
||||
|
||||
@Temporal(TemporalType.TIMESTAMP)
|
||||
@Column(name = "created_at", updatable = false)
|
||||
@@ -95,7 +95,7 @@ public abstract class BaseEntityNoOrg implements Serializable {
|
||||
*/
|
||||
@Builder.Default
|
||||
@Column(name = "is_deleted")
|
||||
private Boolean deleted = false;
|
||||
private boolean deleted = false;
|
||||
|
||||
// platform: 只有超级管理员才有权限
|
||||
// organization: 管理员才有权限
|
||||
|
||||
Reference in New Issue
Block a user