承运商字段;

This commit is contained in:
王奎兴
2026-04-08 14:09:33 +08:00
parent 6b28715eaf
commit 7ca0de7d76
4 changed files with 13 additions and 0 deletions
@@ -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;
}