仓位信息,在位状态返回

master
tq 4 months ago
parent 492fc06413
commit e74254ee37

@ -265,5 +265,10 @@ public partial class BinInfoResp
/// Nullable:
/// </summary>
public bool IsAuthed { get; set; } = false;
/// <summary>
/// 在位状态0-不在位1-在位;其他-无效
/// Default:
/// Nullable:
/// </summary>
public int Exists { get; set; }
}
Loading…
Cancel
Save