guoshilong
2023-11-16 3823dc87eb8ef4d5cd25390ec9b17c856d10fafd
src/main/java/com/dji/sample/manage/model/entity/DeviceHmsEntity.java
@@ -23,6 +23,8 @@
@TableName(value = "manage_device_hms")
public class DeviceHmsEntity implements Serializable, Cloneable {
    private static final long serialVersionUID = -12L;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;