11 lines
234 B
C#
11 lines
234 B
C#
using MineTec.ProManager.Commd;
|
|
using System.Collections.Generic;
|
|
|
|
namespace MineTec.ProManager.BOM_Manager.Dto
|
|
{
|
|
public class BOM_ManagerOutPut : OutputBase
|
|
{
|
|
public List<BOM_ManagerDto> data { get; set; }
|
|
}
|
|
}
|