package com.changhong.epc.constter.form.apply; public interface ApplyMergeMsg { /** * 申请单还没有合并 */ String APPLY_NOT_MERGE = "APPLY_NOT_MERGE"; /** * 申请单流程结束 */ String APPLY_FLOW_OVER = "APPLY_FLOW_OVER"; }