绑定库位

This commit is contained in:
2024-06-21 16:54:58 +08:00
parent 112f15a096
commit af388c17dd
2 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.BasicData.Entities
{
public class OrgLocOutput
{
public string id { get; set; }
public string f_organize_id { get; set; }
public string f_object_id { get; set; }
}
}