- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ShwasherSys.BaseSysInfo.States.Dto
- {
- public class StateDisplayDto
- {
- public string CodeValue { get; set; }
- public string DisplayValue { get; set; }
- }
- }
|