fix:补充备注字段
This commit is contained in:
parent
c399b594d8
commit
bdcc6e91e3
@ -50,5 +50,11 @@ public class AircraftMaintenance extends BaseEntity {
|
||||
@ApiModelProperty(value = "维保类型(0-例行检查,1-电池损坏)")
|
||||
private Integer maintenanceType;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
@ApiModelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user