修改业务单bug
This commit is contained in:
@@ -499,4 +499,12 @@ TmsOrderAddDTO implements Serializable {
|
||||
@ApiModelProperty("发票编号")
|
||||
@Excel(name = "发票编号")
|
||||
private String invoiceNumber;
|
||||
|
||||
@ApiModelProperty("订单号")
|
||||
@Excel(name = "订单号")
|
||||
private String goodsNumber;
|
||||
|
||||
@ApiModelProperty("业务主单")
|
||||
@Excel(name = "业务主单")
|
||||
private String businessMainOrder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user