ソースを参照

update

create_edit_user
MSI\derek 2ヶ月前
コミット
38110d0c15
1個のファイルの変更2行の追加3行の削除
  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 ファイルの表示

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

読み込み中…
キャンセル
保存