Browse Source

乐观锁DO/VO添加

master
chenfang 2 years ago
parent
commit
feaee41137
  1. 2
      win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/controller/inventorymoveRequest/vo/InventorymoveRequestMainBaseVO.java
  2. 3
      win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/controller/inventorymoveRequest/vo/InventorymoveRequestMainExcelVO.java

2
win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/controller/inventorymoveRequest/vo/InventorymoveRequestMainBaseVO.java

@ -98,4 +98,6 @@ public class InventorymoveRequestMainBaseVO {
@NotNull(message = "直接生成记录不能为空")
private String directCreateRecord;
@Schema(description = "乐观锁")
private Integer concurrencyStamp;
}

3
win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/controller/inventorymoveRequest/vo/InventorymoveRequestMainExcelVO.java

@ -174,7 +174,4 @@ public class InventorymoveRequestMainExcelVO {
@ExcelProperty("物品代码")
private String itemCode;
@Schema(description = "乐观锁")
private Integer concurrencyStamp;
}

Loading…
Cancel
Save