using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MES.Service.service.ProductionOrder; public class ResultDataAndSpaceId { public ResultInfo Result { get; set; } public bool Success { get; set; } } public class ResultInfo { public string SpaceId { get; set; } }