差异管理添加状态待过账、重盘、已过账;

This commit is contained in:
zhou-hongcheng
2026-03-05 16:48:24 +08:00
parent 5ae7149ea5
commit 750fdbe96f
7 changed files with 22 additions and 1 deletions
@@ -107,6 +107,10 @@ public class DifferentManageDTO extends BaseVOEntity {
@Excel(name = "是否重盘: 1-是 2-否")
private Integer reCountedFlag;
@ApiModelProperty("盘点差异状态: 1.待过账、2.重盘、3.已过账")
@Excel(name = "盘点差异状态: 1.待过账、2.重盘、3.已过账")
private Integer inventoryDiscrepancyStatus;
@ApiModelProperty(name = "组织ID集合")
private List<Long> organizationIdList;