25 lines
978 B
C#
25 lines
978 B
C#
/*
|
|
*所有关于ReadDBTableName类的业务代码接口应在此处编写
|
|
*/
|
|
using VolPro.Core.BaseProvider;
|
|
using VolPro.Entity.DomainModels;
|
|
using VolPro.Core.Utilities;
|
|
using System.Linq.Expressions;
|
|
namespace Warehouse.IServices
|
|
{
|
|
public partial interface IReadDBTableNameService
|
|
{
|
|
string GetAlertMessage();
|
|
string GetFirstVideoAddress(string iframeid = "gljsv01");
|
|
string GetSecondVideoAddress(string iframeid = "gljsv01");
|
|
string GetThirdVideoAddress(string iframeid = "gljsv01");
|
|
string GetFourthVideoAddress(string iframeid = "gljsv01");
|
|
string GetFifthVideoAddress(string iframeid = "gljsv01");
|
|
string GetSixthVideoAddress(string iframeid = "gljsv01");
|
|
string GetSeventhVideoAddress(string iframeid = "gljsv01");
|
|
string GetEighthVideoAddress(string iframeid = "gljsv01");
|
|
string GetNinthVideoAddress(string iframeid = "gljsv01");
|
|
string GetTenthVideoAddress(string iframeid = "gljsv01");
|
|
}
|
|
}
|