陈勇
2026-03-20 c0d5e7c40f87c18fc7c53ffd810069d0b41cb849
1
2
3
4
5
6
7
namespace WIDESEAWCS_DTO.MOM
{
    public class ResponseEqptAliveDto : ResponseBasicDto
    {
        public string KeyFlag { get; set; }
    }
}