生产报告回写id 产成品入库修改

This commit is contained in:
2024-08-30 15:27:17 +08:00
parent 60c27e331d
commit 285618ada9
8 changed files with 106 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.BasicData.Entities.Dto
{
public class ErpReportDto
{
public string pk_wr { get; set; }
public string pk_wr_product { get; set; }
public string report_id { get; set; }
}
}