總疏文
This commit is contained in:
@@ -423,6 +423,20 @@ namespace Model
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class activity_shuwen
|
||||
{
|
||||
public int act_num { get; set; }
|
||||
public Nullable<int> shuwen_num { get; set; }
|
||||
public string shuwen_type { get; set; }
|
||||
public string contents { get; set; }
|
||||
public Nullable<System.DateTime> reg_time { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class activity_spares
|
||||
{
|
||||
public int num { get; set; }
|
||||
@@ -2061,6 +2075,20 @@ namespace Model
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class shuwen_temp
|
||||
{
|
||||
public int num { get; set; }
|
||||
public string shuwen_type { get; set; }
|
||||
public string name { get; set; }
|
||||
public string contents { get; set; }
|
||||
public Nullable<System.DateTime> reg_time { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class stock
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
|
||||
|
||||
Reference in New Issue
Block a user