xxyy
2025-03-27 56f8789d960e0e84f50cdf6a425b3e3a401ba884
1
2
3
4
5
6
7
namespace WIDESEAWCS_DTO.MOM
{
    public class ResponseEqptAliveDto : ResponseBasicDto
    {
        public string KeyFlag { get; set; }
    }
}