|
|
@@ -20,6 +20,7 @@ import com.ffii.fpsms.modules.settings.service.SettingsService |
|
|
import com.ffii.fpsms.modules.stock.entity.Inventory |
|
|
import com.ffii.fpsms.modules.stock.entity.Inventory |
|
|
import com.ffii.fpsms.modules.stock.entity.InventoryRepository |
|
|
import com.ffii.fpsms.modules.stock.entity.InventoryRepository |
|
|
import com.ffii.fpsms.modules.stock.service.InventoryService |
|
|
import com.ffii.fpsms.modules.stock.service.InventoryService |
|
|
|
|
|
import com.ffii.fpsms.modules.productProcess.service.ProductProcessService |
|
|
import com.google.gson.Gson |
|
|
import com.google.gson.Gson |
|
|
import com.google.gson.GsonBuilder |
|
|
import com.google.gson.GsonBuilder |
|
|
import com.google.gson.JsonDeserializationContext |
|
|
import com.google.gson.JsonDeserializationContext |
|
|
@@ -58,6 +59,7 @@ open class ProductionScheduleService( |
|
|
private val inventoryService: InventoryService, |
|
|
private val inventoryService: InventoryService, |
|
|
private val inventoryRepository: InventoryRepository, |
|
|
private val inventoryRepository: InventoryRepository, |
|
|
private val itemUomService: ItemUomService, |
|
|
private val itemUomService: ItemUomService, |
|
|
|
|
|
private val productProcessService: ProductProcessService, |
|
|
private val settingsService: SettingsService, |
|
|
private val settingsService: SettingsService, |
|
|
) : AbstractBaseEntityService<ProductionSchedule, Long, ProductionScheduleRepository>( |
|
|
) : AbstractBaseEntityService<ProductionSchedule, Long, ProductionScheduleRepository>( |
|
|
jdbcDao, |
|
|
jdbcDao, |
|
|
|