總疏文

This commit is contained in:
2026-08-18 17:54:18 +08:00
parent c03bcfea64
commit 466ec11c91
7 changed files with 1058 additions and 486 deletions
+28
View File
@@ -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")]