注塑喷涂
 
 
 
 
 

12 lines
199 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace WebService.Model
{
public class NoModel
{
public string result { get; set; }
}
}