package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspWtuntRgstrSteel; import cn.com.goldenwater.dcproj.model.BisInspWtuntRgstrVo; import cn.com.goldenwater.dcproj.param.BisInspWtuntRgstrSteelParam; import java.util.List; /** * @author lune * @date 2020-8-17 */ public interface BisInspWtuntRgstrSteelService extends CrudService { void insertSteel(BisInspWtuntRgstrVo bisInspWtuntRgstrVo); // ------------------------- 自定方法 ------------------------- }