17 lines
346 B
C#
17 lines
346 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using SOH.Entities;
|
|
|
|
namespace SOH.BLL
|
|
{
|
|
public interface It_zdyxsf
|
|
{
|
|
Data.OperationResult Update(t_zdyxsf zdyxsf);
|
|
string GetTjZdyxList(short yydm);
|
|
string GetGjZdyxList(short yydm);
|
|
string GetAllZdyxList();
|
|
}
|
|
}
|