Compare commits
No commits in common. "7f9c737cb846160d9c53b1d1ff4a0b3b7385ee93" and "87fd67cf3bad0afe4c09e2b105d7a7fef7f8acf5" have entirely different histories.
7f9c737cb8
...
87fd67cf3b
|
|
@ -3,7 +3,6 @@ package com.nflg.wms.common.pojo.vo;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.time.LocalDateTime;
|
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class InventoryLockVO {
|
public class InventoryLockVO {
|
||||||
|
|
@ -37,14 +36,4 @@ public class InventoryLockVO {
|
||||||
* 锁定数量
|
* 锁定数量
|
||||||
*/
|
*/
|
||||||
private BigDecimal lockNum;
|
private BigDecimal lockNum;
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建人
|
|
||||||
*/
|
|
||||||
private String createBy;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建时间
|
|
||||||
*/
|
|
||||||
private LocalDateTime createTime;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue