소스 검색

update

production_process
cyril.tsui 2 달 전
부모
커밋
9a044c1243
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      src/main/java/com/ffii/fpsms/modules/master/entity/ItemUom.kt

+ 8
- 0
src/main/java/com/ffii/fpsms/modules/master/entity/ItemUom.kt 파일 보기

@@ -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
}

불러오는 중...
취소
저장