2025-03-28 09:49:56 +08:00

15 lines
298 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Test.WebSite.Model.Redis
{
public class Personsell
{
/// <summary>
/// 收银交班单编码
/// </summary>
public string PERSONSELL_CODE { get; set; }
}
}