提交代码

This commit is contained in:
2025-03-07 11:05:48 +08:00
parent 39b67b8b4c
commit 9c4bc2154d
14 changed files with 889 additions and 12 deletions
+9
View File
@@ -60,5 +60,14 @@ namespace Model
get;
set;
}
/// <summary>
/// 数量
/// </summary>
public decimal? Amount
{
get;
set;
}
}
}