This commit is contained in:
2024-08-22 14:08:16 +08:00
parent 4ce0a58715
commit 27e67dadf3
29 changed files with 758 additions and 184 deletions

View File

@@ -154,5 +154,10 @@ public partial class PrdReport : BaseEntity<string>
/// 称重重量
/// </summary>
public decimal weight { get; set; }
/// <summary>
/// 质检结果
/// </summary>
public string check_result { get; set; }
}