联查产线名字

This commit is contained in:
2025-07-30 15:27:07 +08:00
parent 5fe25e7d3a
commit a8b69a3fee
4 changed files with 30 additions and 11 deletions

View File

@@ -89,5 +89,8 @@ public class WmsSchedulePlanDetailVo {
* 天数
*/
private Integer days;
//产线名字
@ExcelProperty(value = "产线名字")
private String lineName;
}