生产报告回写id 产成品入库修改
This commit is contained in:
9
BasicData/Tnb.BasicData.Entities/Dto/ErpReportDto.cs
Normal file
9
BasicData/Tnb.BasicData.Entities/Dto/ErpReportDto.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user