public virtual void CreateFlowDetailTrack(FlowDetailTrack entity)
 {
     entityDao.CreateFlowDetailTrack(entity);
 }