修改移动端内容,后端添加了所有查询接口
This commit is contained in:
@@ -25,6 +25,12 @@ public interface IKlptcm1ProPlantStateDefineService {
|
||||
|
||||
List<PlantStateWithValueVo> selectByValue(String name);
|
||||
|
||||
/**
|
||||
* 获取所有定义及其当前值
|
||||
* @return 所有定义列表,每个定义包含对应的当前值
|
||||
*/
|
||||
List<PlantStateWithValueVo> selectAllWithValues();
|
||||
|
||||
Klptcm1ProPlantStateDefine selectById(BigDecimal id);
|
||||
|
||||
int insert(Klptcm1ProPlantStateDefine entity);
|
||||
|
||||
Reference in New Issue
Block a user