Explorar el Código

update

production_process
cyril.tsui hace 2 meses
padre
commit
df943110e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/com/ffii/fpsms/modules/deliveryOrder/entity/models/DeliveryOrderInfo.kt

+ 1
- 1
src/main/java/com/ffii/fpsms/modules/deliveryOrder/entity/models/DeliveryOrderInfo.kt Ver fichero

@@ -18,6 +18,6 @@ interface DeliveryOrderInfo{
@get:Value("#{target.shop?.name}")
val shopName: String?

val deliveryOrderLine: List<DeliveryOrderLineInfo>
val deliveryOrderLines: List<DeliveryOrderLineInfo>
}


Cargando…
Cancelar
Guardar