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.

15 lines
361 B
C#

7 months ago
namespace SlnMesnac.Model.dto.webapi
{
public class CallMaterial
{
public string rawOutstockId { get; set; }
public string locationCode { get; set; }
public string method { get; set; }
}
public class CallAgvStopOrStart
{
public string Meth { get; set; }
public string AgvCode { get; set; }
}
}