Browse Source

update stoinlineinfo

production_process
MSI\derek 2 months ago
parent
commit
bcd0c07c61
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/main/java/com/ffii/fpsms/modules/stock/entity/projection/StockInLineInfo.kt

+ 2
- 0
src/main/java/com/ffii/fpsms/modules/stock/entity/projection/StockInLineInfo.kt View File

@@ -19,6 +19,8 @@ interface StockInLineInfo {
val stockInId: Long
@get:Value("#{target.purchaseOrderLine?.id}")
val purchaseOrderLineId: Long?
@get:Value("#{target.purchaseOrder?.id}")
val purchaseOrderId: Long?
val demandQty: BigDecimal?
val acceptedQty: BigDecimal
val price: BigDecimal?


Loading…
Cancel
Save