This commit is contained in:
2023-11-02 11:45:44 +08:00
parent 8c31205e70
commit 95ecfd1814
5 changed files with 39 additions and 1 deletions

View File

@@ -207,5 +207,10 @@ public partial class EqpEquipment : BaseEntity<string>
/// 二维码
/// </summary>
public string? qrcode { get; set; }
/// <summary>
/// 挤出件类型
/// </summary>
public string? tube { get; set; }
}