|
|
@ -57,4 +57,9 @@ public class BusVehicleApplyDetailsVo implements Vo { |
|
|
|
private String userSids; |
|
|
|
private String userNames; |
|
|
|
private String nodeState; |
|
|
|
|
|
|
|
@ApiModelProperty("采购部门名称") |
|
|
|
private String orgDeptName; |
|
|
|
@ApiModelProperty("采购部门sid") |
|
|
|
private String orgDeptSid; |
|
|
|
} |
|
|
|