出库单添加车次;
This commit is contained in:
@@ -401,5 +401,8 @@ public class StockOutOrder extends BaseVOEntity {
|
||||
private String salesmanId;
|
||||
@ApiModelProperty("业务员名称")
|
||||
private String salesmanName;
|
||||
@ApiModelProperty("车次")
|
||||
@Excel(name = "车次")
|
||||
private Integer trainNo;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user