You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
296 B
C#

using System.Collections.Generic;
using SlabHandle;
namespace MES.Interface
{
public class Solution
{
public double rate { get; set; }
public Instance instance;
public List<BP_ORDER_ITEM> squareList;
public List<PlaceSquare> placeSquareList;
}
}