update
parent
dd370d224f
commit
323371ea01
|
@ -72,7 +72,6 @@ public class Test {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Field(index = 3, type = DataType.BCD8421, desc = "日期", version = {0, 1})
|
|
||||||
@Field(index = 3, type = DataType.BCD8421, desc = "日期", version = {0, 1})
|
@Field(index = 3, type = DataType.BCD8421, desc = "日期", version = {0, 1})
|
||||||
public LocalDateTime getDateTime() {
|
public LocalDateTime getDateTime() {
|
||||||
return dateTime;
|
return dateTime;
|
||||||
|
|
Loading…
Reference in New Issue