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

17 lines
370 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SOH.Entities;
namespace SOH.BLL
{
public interface Its_ddfzb
{
IList<ts_ddfzb> GetddfzbByddbm(int ddbm);
Data.OperationResult Updatedd(ts_ddfzb o);
Data.OperationResult Insertdd(ts_ddfzb o);
Data.OperationResult Deldd(ts_ddfzb o);
}
}