初始化项目
This commit is contained in:
14
AUTS.Web/Models/Treeprice.cs
Normal file
14
AUTS.Web/Models/Treeprice.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace AUTS.Web.Models
|
||||
{
|
||||
public class Treeprice
|
||||
{
|
||||
public string id { get; set; }
|
||||
public int pId { get; set; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user