注塑喷涂

13 lines
253 B

10 months ago
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace WebService.Model
{
public class PartInfoModel
{
public string PartNo { get; set; }
public string ProductName { get; set; }
}
}