|
|
@@ -62,6 +62,8 @@ open class StockInLine : BaseEntity<Long>() { |
|
|
@Column(name = "acceptedQty", precision = 14, scale = 2) |
|
|
@Column(name = "acceptedQty", precision = 14, scale = 2) |
|
|
open var acceptedQty: BigDecimal? = null |
|
|
open var acceptedQty: BigDecimal? = null |
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "acceptedQtyM18") |
|
|
|
|
|
open var acceptedQtyM18: Int? = null |
|
|
@Column(name = "price", precision = 14, scale = 2) |
|
|
@Column(name = "price", precision = 14, scale = 2) |
|
|
open var price: BigDecimal? = null |
|
|
open var price: BigDecimal? = null |
|
|
|
|
|
|
|
|
|