fix:补充备注字段

This commit is contained in:
sugus 2025-08-08 16:01:50 +08:00
parent c399b594d8
commit bdcc6e91e3

View File

@ -50,5 +50,11 @@ public class AircraftMaintenance extends BaseEntity {
@ApiModelProperty(value = "维保类型0-例行检查1-电池损坏)")
private Integer maintenanceType;
/**
* 备注
*/
@ApiModelProperty(value = "备注")
private String remark;
}