8 lines
180 B
C#
8 lines
180 B
C#
namespace Tnb.ProductionMgr.Entities.Dto
|
|
{
|
|
public class InstockInput
|
|
{
|
|
public string equip_code { get; set; }
|
|
public string label_code { get; set; }
|
|
}
|
|
} |