11 lines
321 B
C#
11 lines
321 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; }
|
|
public string vsourcebillcode { get; set; }
|
|
public string vsourcerowno { get; set; }
|
|
}
|
|
} |