|
|
@ -127,4 +127,9 @@ public class BusOrderSalesVo implements Vo { |
|
|
|
private String contractPath; |
|
|
|
@ApiModelProperty("是否显示生成合同按钮") |
|
|
|
private boolean showContractBtn2; |
|
|
|
|
|
|
|
@ApiModelProperty("开票单位名称") |
|
|
|
private String companyInvoicingName; |
|
|
|
@ApiModelProperty("开票单位sid") |
|
|
|
private String companyInvoicingSid; |
|
|
|
} |
|
|
|