| | |
| | | using zhengcaioa.Models; |
| | | using zhengcaioa.IService; |
| | | using System.Transactions; |
| | | using System.IdentityModel.Tokens.Jwt; |
| | | |
| | | namespace zhengcaioa.Controllers.Customer |
| | | { |
| | |
| | | private readonly ISysAttachmentService _sysAttachmentService; |
| | | private readonly IPltPageService _pltPageService; |
| | | private readonly ICooperVisitService _cooperVisitService; |
| | | private readonly IIntentionCustomerService _intentionCustomerService; |
| | | |
| | | public CooperatecustomCustomerController(ILogger<CooperatecustomCustomerController> logger, IProjectService projectService, ILiaotianService liaotianService, ICooperatecustomCustomerService cooperatecustomCustomerService, IUserService userService, IHrDeptService hrDeptService |
| | | , ISysAttachmentService sysAttachmentService |
| | | , IPltPageService pltPageService |
| | | , ICooperVisitService cooperVisitService) |
| | | , ICooperVisitService cooperVisitService |
| | | , IIntentionCustomerService intentionCustomerService) |
| | | { |
| | | _logger = logger; |
| | | _projectService = projectService; |
| | |
| | | _sysAttachmentService = sysAttachmentService; |
| | | _pltPageService = pltPageService; |
| | | _cooperVisitService = cooperVisitService; |
| | | _intentionCustomerService = intentionCustomerService; |
| | | } |
| | | |
| | | public IActionResult Index() |
| | |
| | | return new JsonResult(resultEntity); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | } |