联特科技绩效合约流程
parent
769d5d3db1
commit
adecc5ca95
@ -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 {
|
||||||
|
}
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -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 {
|
||||||
|
}
|
@ -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 {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -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 {
|
||||||
|
}
|
Loading…
Reference in New Issue