mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-29 00:33:24 +08:00
update 统一代码间隔符
This commit is contained in:
@@ -18,12 +18,12 @@ import lombok.experimental.Accessors;
|
||||
@TableName("test_demo")
|
||||
public class TestDemo extends BaseEntity {
|
||||
|
||||
private static final long serialVersionUID=1L;
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id")
|
||||
private Long id;
|
||||
|
||||
@@ -40,7 +40,7 @@ public class TestDemo extends BaseEntity {
|
||||
/**
|
||||
* 排序号
|
||||
*/
|
||||
@OrderBy(asc = false, sort = 1)
|
||||
@OrderBy(asc = false, sort = 1)
|
||||
private Long orderNum;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user