承运商字段;
This commit is contained in:
@@ -427,4 +427,7 @@ public class StockOutOrderDTO extends StockOutOrderBaseDTO {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "制单日期", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
private Date documentDate;
|
||||
@ApiModelProperty("承运商名称")
|
||||
@Excel(name = "承运商名称")
|
||||
private String carrierName;
|
||||
}
|
||||
Reference in New Issue
Block a user