tijian_jichuang/Code/SOH.BLL.Contract/It_zdyxsf.cs
2025-02-20 11:54:48 +08:00

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();
}
}