刘磊
2024-11-19 796012675fe75e13e082ae4f540d1b87175c0a1d
1
2
3
4
5
6
7
namespace WIDESEAWCS_DTO.MOM
{
    public class ResponseEqptAliveDto : ResponseBasicDto
    {
        public string KeyFlag { get; set; }
    }
}