代码整理

Uat_Study
hang 2022-10-18 16:08:50 +08:00
parent e4e1f18cff
commit f967de6b13
2 changed files with 3 additions and 19 deletions

View File

@ -1,19 +1,12 @@
using IRaCIS.Core.Domain.Share;
using Microsoft.AspNetCore.Mvc;
using IRaCIS.Core.Application.Service.Reading.Dto;
using MassTransit;
using IRaCIS.Core.Infra.EFCore.Common;
using Panda.DynamicWebApi.Attributes;
using AutoMapper;
using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Infrastructure;
using Newtonsoft.Json;
using IRaCIS.Core.Application.Service;
using IRaCIS.Core.Application.ViewModel;
namespace IRaCIS.Application.Services
{
/// <summary>
/// 问题
/// </summary>

View File

@ -1,19 +1,9 @@
using IRaCIS.Core.Application.Interfaces;
using IRaCIS.Core.Domain.Share;
using IRaCIS.Core.Domain.Share;
using IRaCIS.Core.Infrastructure;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using IRaCIS.Core.Application.Service.Reading.Dto;
using IRaCIS.Core.Application.ViewModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
@ -94,6 +84,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
return _useCriterion;
}
}
/// <summary>
/// 自动计算 并修改值
/// </summary>