1完成酸轧轧辊调整
2完成双机架工艺规格串联 3完成双机架计划串联 4完成双机架wip快捷录入检索 5完成双机架实绩串联
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.klp.service;
|
||||
|
||||
import com.klp.domain.DrMillProcessRecipe;
|
||||
import java.util.List;
|
||||
|
||||
public interface IDrMillProcessRecipeService {
|
||||
List<DrMillProcessRecipe> selectList(DrMillProcessRecipe query);
|
||||
DrMillProcessRecipe selectDetailById(Long id);
|
||||
int save(DrMillProcessRecipe recipe);
|
||||
int update(DrMillProcessRecipe recipe);
|
||||
int deleteByIds(Long[] ids);
|
||||
}
|
||||
Reference in New Issue
Block a user