This error is reported because:
So when the new method is executed, an error will be reported: the data of this field does not have a default value.
The solution is also very simple:
The best thing is to write the id generated by the field by default in the method of the back-end ServiceImp. I used the automatically generated uuid here.
In this way, the problem of error reporting is solved.