齐套分拣和齐套入库的bug,注释了质检定时相关部分
This commit is contained in:
@@ -949,6 +949,11 @@ public static class StringExtensions
|
||||
return (T)System.Enum.Parse(typeof(T), value, true);
|
||||
}
|
||||
|
||||
public static T ToEnumWithNull<T>(this string? value)
|
||||
{
|
||||
return (T)System.Enum.Parse(typeof(T), value, true);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 转换,来自Abp
|
||||
|
||||
Reference in New Issue
Block a user