修改代码
This commit is contained in:
parent
633df21f43
commit
4543299dde
@ -14,10 +14,6 @@ namespace JiShe.CollectBus.Protocol.AnalysisData.AFN_00H
|
|||||||
{
|
{
|
||||||
public class AFN0_F1_Analysis: IAnalysisStrategy<TB3761, AFN0_F1_AnalysisDto>
|
public class AFN0_F1_Analysis: IAnalysisStrategy<TB3761, AFN0_F1_AnalysisDto>
|
||||||
{
|
{
|
||||||
public static string StrategyType => nameof(AFN0_F1_Analysis);
|
|
||||||
public static Type InputType => typeof(TB3761);
|
|
||||||
public static Type ResultType => typeof(AFN0_F1_AnalysisDto);
|
|
||||||
|
|
||||||
private readonly ILogger<AFN0_F1_Analysis> _logger;
|
private readonly ILogger<AFN0_F1_Analysis> _logger;
|
||||||
|
|
||||||
public AFN0_F1_Analysis(ILogger<AFN0_F1_Analysis> logger)
|
public AFN0_F1_Analysis(ILogger<AFN0_F1_Analysis> logger)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user