Fancy
2025-01-06 b92caa380bb6242ae11a3606ea908c7029aaeeb6
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaAssemblyWorkLastMapper.java
@@ -1,8 +1,8 @@
package com.dy.pmsGlobal.daoSta;
import cn.hutool.json.JSONObject;
import com.dy.pmsGlobal.pojoSta.StaAssemblyWorkLast;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Options;
import java.util.List;
import java.util.Map;
@@ -20,7 +20,7 @@
    int insert(StaAssemblyWorkLast record);
    @Options(useGeneratedKeys = true, keyProperty = "id")
//    @Options(useGeneratedKeys = true, keyProperty = "id")
    int insertSelective(StaAssemblyWorkLast record);
    StaAssemblyWorkLast selectByPrimaryKey(Long id);
@@ -34,4 +34,8 @@
    Long selectSomeCount(Map<String, Object> params);
    List<StaAssemblyWorkLast> selectSome(Map<String, Object> params);
    StaAssemblyWorkLast existsEntity(StaAssemblyWorkLast record);
    List<JSONObject> queryWorkList();
}