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