Initial_commit_SecMPS_v2
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*所有关于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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user