docs: 调整注释

This commit is contained in:
chenxiky 2025-07-20 09:52:04 +08:00
parent 9e120fd1d7
commit 140d628768

View File

@ -25,7 +25,7 @@ public class AddOrderDTO {
/** /**
* 订单类型: 目前只有一种类型载物值为 1 * 订单类型: 目前只有一种类型载物值为 1
*/ */
@ApiModelProperty(value = "飞行员负责人id") @ApiModelProperty(value = "订单类型", example = "1:载物类型")
private Integer orderType; private Integer orderType;
/** /**