namespace Tnb.EquipMgr.Entities.Dto { public class BaseMoldMaintainInput { public string id { get; set; } public List ids { get; set; } } }