Ver código fonte

update stoinlineinfo

production_process
MSI\derek 2 meses atrás
pai
commit
bcd0c07c61
1 arquivos alterados com 2 adições e 0 exclusões
  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 Ver arquivo

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


Carregando…
Cancelar
Salvar