tijian_jichuang/Code/SOH.BLL.Contract/Its_ddxmb.cs

15 lines
251 B
C#
Raw Normal View History

2025-02-20 11:54:48 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SOH.Data;
using SOH.Entities;
namespace SOH.BLL
{
public interface Its_ddxmb
{
OperationResult Saveddxb(List<t_zhxm> al,int ddfzbm);
}
}