namespace gdbg.Models { public class StartProductionRequest { public string OrderNo { get; set; } public string UserId { get; set; } } }