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