添加备注字段
This commit is contained in:
@@ -223,5 +223,9 @@ namespace DOAN.Model.BZFM.Dto
|
|||||||
[SugarColumn(ColumnName = "workorder")]
|
[SugarColumn(ColumnName = "workorder")]
|
||||||
public string Workorder { get; set; }
|
public string Workorder { get; set; }
|
||||||
|
|
||||||
|
[ExcelColumn(Name = "备注")]
|
||||||
|
[SugarColumn(ColumnName = "remarks")]
|
||||||
|
public string Remarks { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user