Merge remote-tracking branch 'gitee/0.8.X' into 0.8.X

This commit is contained in:
2025-12-02 13:30:39 +08:00
26 changed files with 1830 additions and 224 deletions

View File

@@ -43,6 +43,12 @@ public class WmsDeliveryPlanVo extends BaseEntity {
@ExcelProperty(value = "计划日期")
private Date planDate;
/**
* 计划类型
*/
@ExcelProperty(value = "计划类型")
private Integer planType;
/**
* 备注
*/