码迷,mamicode.com
首页 > 其他好文 > 详细

3-商品管理M

时间:2018-12-20 10:27:28      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:namespace   state   threading   商品   table   ati   ann   derby   content   

using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace MEH.Month.Test.Model
{
[Table("ProductInfo")]
public class ProductInfo
{
[Key]
public int ID { get; set; }

public string ProductTitle { get; set; }
public int OrderBy { get; set; }
public decimal Price { get; set; }
public string Files { get; set; }
public string Content { get; set; }
public DateTime? BeginTime { get; set; }
public int State { get; set; }
}
}

3-商品管理M

标签:namespace   state   threading   商品   table   ati   ann   derby   content   

原文地址:https://www.cnblogs.com/PingShengI/p/10147488.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!