Compare commits

..

No commits in common. "7f9c737cb846160d9c53b1d1ff4a0b3b7385ee93" and "87fd67cf3bad0afe4c09e2b105d7a7fef7f8acf5" have entirely different histories.

1 changed files with 0 additions and 11 deletions

View File

@ -3,7 +3,6 @@ package com.nflg.wms.common.pojo.vo;
import lombok.Data;
import java.math.BigDecimal;
import java.time.LocalDateTime;
@Data
public class InventoryLockVO {
@ -37,14 +36,4 @@ public class InventoryLockVO {
* 锁定数量
*/
private BigDecimal lockNum;
/**
* 创建人
*/
private String createBy;
/**
* 创建时间
*/
private LocalDateTime createTime;
}