package com.matrix.system.hive.dao; import com.matrix.system.hive.bean.SysOrderFlow; public interface SysOrderFlowDao { public int insert(SysOrderFlow sysOrderFlow); }