0
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MyCode.Project.Domain.Message.Response.LxmZHMDReport
|
||||
{
|
||||
public class MaterialAndQty
|
||||
{
|
||||
public string MaterialMasterId { get; set; }
|
||||
|
||||
public string MaterialNumber { get; set; }
|
||||
public string MaterialName { get; set; }
|
||||
public decimal Qty { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user