聚才林产品功能开发

聚才林产品功能
Chengliang 6 months ago
parent 6b8be6a430
commit e0d009987f

@ -0,0 +1,10 @@
package com.api.jclproduct.web;
/**
* @Author liang.cheng
* @Date 2024/10/25 11:06 AM
* @Description:
* @Version 1.0
*/
public class EmployeeRecordReportAction {
}

@ -0,0 +1,10 @@
package com.engine.jclproduct.service;
/**
* @Author liang.cheng
* @Date 2024/10/25 11:10 AM
* @Description: TODO
* @Version 1.0
*/
public interface EmployeeRecordReportService {
}

@ -0,0 +1,13 @@
package com.engine.jclproduct.service.impl;
import com.engine.core.impl.Service;
import com.engine.jclproduct.service.EmployeeRecordReportService;
/**
* @Author liang.cheng
* @Date 2024/10/25 11:11 AM
* @Description: TODO
* @Version 1.0
*/
public class EmployeeRecordReportServiceImpl extends Service implements EmployeeRecordReportService {
}

@ -0,0 +1,10 @@
package com.engine.jclproduct.web;
/**
* @Author liang.cheng
* @Date 2024/10/25 11:08 AM
* @Description: TODO
* @Version 1.0
*/
public class EmployeeRecordReportAction {
}
Loading…
Cancel
Save