Browse Source

update

master
CANCERYS\kw093 13 hours ago
parent
commit
de413cacfc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/main/java/com/ffii/fpsms/modules/master/web/models/SaveBomRequest.kt

+ 2
- 0
src/main/java/com/ffii/fpsms/modules/master/web/models/SaveBomRequest.kt View File

@@ -34,6 +34,8 @@ data class ImportBomRequest (
var allergicSubstances: Int? = null,
var outputQty: BigDecimal? = null,
var outputQtyUom: String? = null,
var timeSequence: Int? = null,
var complexity: Int? = null,
var yield: BigDecimal? = null,
var uomId: Long? = null,
var isDark: Int? = null,


Loading…
Cancel
Save