Browse Source

update

create_edit_user
MSI\derek 2 months ago
parent
commit
38110d0c15
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/main/java/com/ffii/fpsms/modules/purchaseOrder/entity/projections/PurchaseOrderInfo.kt

+ 2
- 3
src/main/java/com/ffii/fpsms/modules/purchaseOrder/entity/projections/PurchaseOrderInfo.kt View File

@@ -12,7 +12,6 @@ interface PurchaseOrderInfo {
val estimatedArrivalDate: LocalDateTime
val completeDate: LocalDateTime
val status: String

// @get:Value("#{target.supplier?.name}")
// val supplier: String?
@get:Value("#{target.supplier?.name}")
val supplier: String?
}

Loading…
Cancel
Save