jinlin
2024-02-23 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a
modules/mainPart/src/main/java/com/zt/life/modules/project/dao/SoftwareTestOrderDao.java
@@ -1,6 +1,7 @@
package com.zt.life.modules.project.dao;
import com.zt.common.dao.BaseDao;
import com.zt.core.sys.dto.DictIstance;
import com.zt.life.modules.project.model.SoftwareTestOrder;
import org.apache.ibatis.annotations.Mapper;
@@ -12,12 +13,13 @@
/**
 * software_test_order
 *
 * @author zt generator
 * @author zt generator
 * @since 1.0.0 2023-11-08
 */
@Mapper
public interface SoftwareTestOrderDao extends BaseDao<SoftwareTestOrder> {
    List<SoftwareTestOrder> getList(Map<String, Object> params);
    List<DictIstance> dictList(String dictType, String projectCode,String softIdentity);
    String selectOrderId(Long projectId);
}