肖洋
2024-11-20 0f4a3549ec70f5799294a836dee3cadda2660852
1
2
3
4
5
6
7
namespace WIDESEAWCS_DTO.MOM
{
    public class ResponseEqptAliveDto : ResponseBasicDto
    {
        public string KeyFlag { get; set; }
    }
}