电梯锁优化

This commit is contained in:
2024-06-11 13:41:56 +08:00
parent 598d40af6d
commit 94065c4920
5 changed files with 9 additions and 26 deletions

View File

@@ -19,5 +19,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string? carrystd_id { get; set; }
public string? membercarry_id { get; set; }
public string? membercarry_code { get; set; }
public string? source_id { get; set; }
public string? source_code { get; set; }
}
}