init commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RoadFlow.Data
|
||||
{
|
||||
public interface IProgramButton : IRoadFlowRepository<RoadFlow.Model.rf_programbutton>
|
||||
{
|
||||
/// <summary>
|
||||
/// 按programId获取
|
||||
/// </summary>
|
||||
/// <param name="programId"></param>
|
||||
/// <returns></returns>
|
||||
public List<Model.rf_programbutton> GetAllByProgramId(string programId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user