采购细节表新增状态字段

This commit is contained in:
JR
2025-07-19 14:06:32 +08:00
parent 1bfaca8b92
commit 487e78ff89
3 changed files with 15 additions and 0 deletions

View File

@@ -56,6 +56,12 @@ public class WmsPurchasePlanDetailVo {
@ExcelProperty(value = "单位")
private String unit;
/**
* 状态( 0=新建1=在途2=到货3=待审核4=采购完成)
*/
@ExcelProperty(value = "状态")
private Integer status;
/**
* 备注
*/