@ -32,10 +32,10 @@ public class ItemStoreRelationImportInput : SfsBaseDataImportInputBase
public EnumStoreRelationType StoreRelationType { get; set; }
/// <summary>
/// 值
/// 库位
/// </summary>
[Key]
[Display(Name = "值")]
[Display(Name = "库位")]
[Required(ErrorMessage = "{0}是必填项")]
public string StoreValue { get; set; }