You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
319 B

  1. package com.spring.modules.part.service;
  2. import com.spring.modules.part.dto.ManufacturingStructuresBatchSaveDto;
  3. /**
  4. * 制造结构维护查询复用 completeWhereUsed保存为批量封装
  5. */
  6. public interface ManufacturingStructuresService {
  7. void batchSave(ManufacturingStructuresBatchSaveDto dto);
  8. }