修改施工日志
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class ConstructionLogCQMS
|
||||
{
|
||||
public string ConstructionLogId { get; set; }
|
||||
|
||||
public string CQMSTodaySummary { get; set; }
|
||||
|
||||
public string CQMSTodaySummaryRemark { get; set; }
|
||||
|
||||
public string CQMSTomorrowPlan { get; set; }
|
||||
|
||||
public string CQMSTomorrowPlanRemark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user