原材料转库、出库签收

This commit is contained in:
2024-05-21 15:00:13 +08:00
parent ccb52b157d
commit c40ce51e77
13 changed files with 528 additions and 53 deletions

View File

@@ -20,6 +20,9 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string biz_type { get; set; }
public string task_type { get; set; }
public string require_id { get; set; }
}
}