差异管理添加状态待过账、重盘、已过账;
This commit is contained in:
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user