联特科技绩效合约流程

This commit is contained in:
Chengliang 2025-06-19 16:47:43 +08:00
parent 769d5d3db1
commit adecc5ca95
5 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package com.api.seclinktel.web;
/**
* @Author liang.cheng
* @Date 2025/6/19 11:03
* @Description:
* @Version 1.0
*/
public class PerformanceWorkflowAction {
}

View File

@ -0,0 +1,24 @@
package com.engine.seclinktel.entity;
/**
* @Author liang.cheng
* @Date 2025/6/19 14:33
* @Description: 定量
* @Version 1.0
*/
public class QuantitativeDataPO {
private Integer rowIndex;
private Integer id;
private double mkz;
private double mbz;
private double tzz;
}

View File

@ -0,0 +1,10 @@
package com.engine.seclinktel.service;
/**
* @Author liang.cheng
* @Date 2025/6/19 11:12
* @Description: TODO
* @Version 1.0
*/
public interface PerformanceWorkflowService {
}

View File

@ -0,0 +1,12 @@
package com.engine.seclinktel.service.impl;
/**
* @Author liang.cheng
* @Date 2025/6/19 11:12
* @Description: TODO
* @Version 1.0
*/
public class PerformanceWorkflowServiceImpl {
}

View File

@ -0,0 +1,10 @@
package com.engine.seclinktel.web;
/**
* @Author liang.cheng
* @Date 2025/6/19 11:04
* @Description: TODO
* @Version 1.0
*/
public class PerformanceWorkflowAction {
}