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