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.

25 lines
346 B
C#

using System;
namespace Admin.Core.Api.PLTBusiness.Entity
{
public class LRWeighData
{
public string BinSerial { get; set; }
public string SetWeight { get; set; }
public string RealWeight { get; set; }
public string MainID { get; set; }
public DateTime EndTime { get; set; }
}
}