更改删除围栏参数3

master
ZhiShuo_Lou 2023-11-21 20:14:30 +08:00
parent 3bce1fc97a
commit fa85bb90ca
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class Fence {
/** /**
* *
*/ */
@TableId(value = "fence_id",type = IdType.AUTO)
private Integer fenceId; private Integer fenceId;
/** /**