|
|
|
@ -27,7 +27,7 @@ namespace Models |
|
|
|
|
|
|
|
public List<DyelotsBulkedRecipe> Select() |
|
|
|
{ |
|
|
|
return db.DyelotsBulkedRecipe.SqlQuery("select TOP (10000) * from DyelotsBulkedRecipe").ToList();//查询前100条
|
|
|
|
return db.DyelotsBulkedRecipe.SqlQuery("select TOP (100) * from DyelotsBulkedRecipe").ToList();//查询前100条
|
|
|
|
} |
|
|
|
|
|
|
|
public int Update(DyelotsBulkedRecipe t) |
|
|
|
|