yhj
2025-05-20 8aa883ebdf2e3a636aa639d3e918bd65edd0cfd1
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; }
    }
}