You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/Mobile/Models/WMS/WmsModel.cs

15 lines
345 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace DSWeb.Areas.Mobile.Models.WMS
{
public class WmsModel
{
public string TiHuoRiQi { get; set; }
public string CangKu { get; set; }
public string DiZhi { get; set; }
public string DianHua { get; set; }
}
}