9 lines
220 B
C#
9 lines
220 B
C#
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; }
|
|
}
|
|
} |