齐套分拣和齐套入库的bug,注释了质检定时相关部分

This commit is contained in:
FanLian
2023-07-14 18:14:03 +08:00
parent 9031b1235a
commit 22cbcd83cd
3 changed files with 8 additions and 3 deletions

View File

@@ -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