| | |
| | | |
| | | import com.zt.common.service.BaseService; |
| | | import com.zt.life.modules.project.dao.SoftwareTestOrderMeasuredDao; |
| | | import com.zt.life.modules.project.model.SoftwareTestOrderDeliverable; |
| | | import com.zt.life.modules.project.model.SoftwareTestOrderMeasured; |
| | | import org.springframework.stereotype.Service; |
| | | import com.zt.common.db.query.QueryFilter; |
| | |
| | | * software_test_order_measured |
| | | * |
| | | * @author zt generator |
| | | * @since 1.0.0 2023-11-08 |
| | | * @since 1.0.0 2023-11-09 |
| | | */ |
| | | @Service |
| | | public class SoftwareTestOrderMeasuredService extends BaseService<SoftwareTestOrderMeasuredDao, SoftwareTestOrderMeasured> { |
| | |
| | | } |
| | | |
| | | /** |
| | | * 子表查询 |
| | | * |
| | | */ |
| | | public List<SoftwareTestOrderMeasured> childrenTables(Long orderId) { |
| | | return baseDao.childrenTables(orderId); |
| | | } |
| | | |
| | | /** |
| | | * 删除 |
| | | * |
| | | * @param ids |