Tjiny
2025-06-24 4c7cbee3e351f289fac1400e976bc8f10dc7e169
1
2
3
4
5
6
7
namespace HH.WCS.Mobox3.RiDong.dto;
 
public class CSModel
{
    public string Name { get; set; }
    public string Id { get; set; }
}