采购细节表新增状态字段

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

@@ -45,6 +45,10 @@ public class WmsPurchasePlanDetail extends BaseEntity {
* 单位
*/
private String unit;
/**
* 状态( 0=新建1=在途2=到货3=待审核4=采购完成)
*/
private Integer status;
/**
* 备注
*/