20211130 与材料系统对接接口打通

This commit is contained in:
2021-11-30 10:17:46 +08:00
parent 7e0564dde6
commit 8932645f54
63 changed files with 20961 additions and 8 deletions
@@ -0,0 +1,18 @@
namespace BLL
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public static class CNCECHSSEWebService
{
public static void getLaw()
{
CNCECHSSEService.HSSEServiceClient hsseC = new CNCECHSSEService.HSSEServiceClient();
var getlaw = hsseC.GetLaw_LawRegulationListToSUB();
// var getlaw= hsseC.GetLaw_LawRegulationListToSUBAsync();
}
}
}