using HH.WCS.Mobox3.NFLZ.models;
using SqlSugar;
using System;
namespace HH.WCS.Mobox3.NFLZ
{
[SugarTable("TN_RowComparsionTable")]
public class RowComparsionTable : BaseModel
{
///
/// 林芝排号
///
public string S_LJ_ROW { get; set; }
///
/// 富勒排号
///
public string S_FL_ROW { get; set; }
}
}