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

16 lines
326 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.DTO;
namespace SOH.BLL
{
public interface IC14
{
dto_gzb GetGzb(string tmh);
OperationResult uploadC14(int sampleno, DateTime jydate, string xm, string jg, string jyy);
}
}