|
|
@@ -44,7 +44,7 @@ interface StockInLineInfo { |
|
|
val itemType: String |
|
|
val itemType: String |
|
|
val dnNo: String |
|
|
val dnNo: String |
|
|
val dnDate: LocalDateTime? |
|
|
val dnDate: LocalDateTime? |
|
|
val qcDecision: LocalDateTime? |
|
|
|
|
|
|
|
|
// val qcDecision: LocalDateTime? |
|
|
@get:Value("#{target.escalationLog.^[status.value == 'pending']?.handler?.id}") |
|
|
@get:Value("#{target.escalationLog.^[status.value == 'pending']?.handler?.id}") |
|
|
val handlerId: Long? |
|
|
val handlerId: Long? |
|
|
@get:Value("#{target.inventoryLot?.inventoryLotLines ?: new java.util.ArrayList()}") |
|
|
@get:Value("#{target.inventoryLot?.inventoryLotLines ?: new java.util.ArrayList()}") |
|
|
|