|
|
|
@ -14,7 +14,11 @@ import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Index;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
@ -529,6 +533,10 @@ public class WmsStockSn extends BaseBean {
|
|
|
|
|
@ApiParam("数量总和")
|
|
|
|
|
private Double sumQty;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("原数量")
|
|
|
|
|
private Double srcQty;
|
|
|
|
|
|
|
|
|
|
public WmsStockSn() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|