改字段名

This commit is contained in:
2023-04-24 16:57:53 +08:00
parent 83350bf3c1
commit ca15917996
9 changed files with 365 additions and 257 deletions

View File

@@ -0,0 +1,10 @@
namespace Tnb.BasicData.Entitys.Const
{
public static class DicTypeKey
{
/// <summary>
/// 计量单位
/// </summary>
public const string MeasurementUnit = "MeasurementUnit";
}
}