15 lines
313 B
C#
15 lines
313 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class accessVm
|
|
{
|
|
public int id { get; set; }
|
|
public string sbmc { get; set; }
|
|
public string check { get; set; }
|
|
public string ygid { get; set; }
|
|
}
|
|
} |