package com.tianbo.warehouse.service; import com.tianbo.warehouse.model.Attachment; public interface AttachmentService { int insertSelective(Attachment record); }