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