package com.zy.asrs.service; import com.zy.asrs.entity.WrkMast; /** * 工作主档、明细转历史档并删现档 */ public interface WrkArchiveToLogService { void archiveMastAndDetlToLogThenDeleteCurrent(WrkMast wrkMast); }