修改导表bug

This commit is contained in:
2023-02-23 15:21:50 +08:00
parent 18c81854d0
commit 0f55406cef
4 changed files with 21 additions and 5 deletions
@@ -51,5 +51,18 @@ namespace IRaCIS.Core.Application.Helper
DependPropertyValueStr = dependPropertyValueStr;
}
public DictionaryTranslateAttribute(string dicParentCode, CriterionType criterionType, string dependPropertyName, string dependPropertyValueStr)
{
DicParentCode = dicParentCode;
DependPropertyName = dependPropertyName;
CriterionType = criterionType;
DependPropertyValueStr = dependPropertyValueStr;
}
}
}