|
@@ -30,7 +30,6 @@ public class WorkOrder implements Serializable {
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
@ApiModelProperty(value = "id,自增")
|
|
@ApiModelProperty(value = "id,自增")
|
|
|
@TableId(value = "id", type = IdType.AUTO)
|
|
@TableId(value = "id", type = IdType.AUTO)
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING)
|