bug修正
This commit is contained in:
@@ -59,6 +59,7 @@ namespace DOAN.Service.MES.material
|
||||
/// <returns></returns>
|
||||
public MaterialPartsCategories AddMaterialPartsCategories(MaterialPartsCategories model)
|
||||
{
|
||||
model.CreatedAt = DateTime.Now;
|
||||
return Context.Insertable(model).ExecuteReturnEntity();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user