|
|
@@ -55,4 +55,12 @@ open class ItemUom : BaseEntity<Long>() { |
|
|
|
|
|
|
|
@Column(name = "m18LastModifyDate") |
|
|
|
open var m18LastModifyDate: LocalDateTime? = null |
|
|
|
|
|
|
|
@NotNull |
|
|
|
@Column(name = "ratioN", nullable = false, precision = 14, scale = 2) |
|
|
|
open var ratioN: BigDecimal? = null |
|
|
|
|
|
|
|
@NotNull |
|
|
|
@Column(name = "ratioD", nullable = false, precision = 14, scale = 2) |
|
|
|
open var ratioD: BigDecimal? = null |
|
|
|
} |