sync
This commit is contained in:
@ -104,7 +104,7 @@ namespace IronIntel.Contractor.Maintenance
|
||||
public bool HasAttachment { get; set; }
|
||||
|
||||
public string[] AttachmentIDs { get; set; }//用于保存
|
||||
public string ShowName
|
||||
public string DisplayName
|
||||
{
|
||||
get
|
||||
{
|
||||
@ -158,7 +158,7 @@ namespace IronIntel.Contractor.Maintenance
|
||||
return StartDate.ToShortDateString();
|
||||
}
|
||||
}
|
||||
public string ShowName
|
||||
public string DisplayName
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user