1
hao
2025-05-19 60fd52175b5e3c788ddca4c11b4329dbfe959694
1
2
3
4
5
6
7
8
9
namespace gdbg.Models
{
    public class FirstInspectionRequest
 
    {
        public string ReleaseNo { get; set; }
        public string UserId { get; set; }
    }
}