海康包冲突jar

This commit is contained in:
钱涛 2023-06-28 18:11:53 +08:00
parent 5d83326d23
commit b130fb0121
3 changed files with 11 additions and 0 deletions

Binary file not shown.

View File

@ -13,6 +13,9 @@ import weaver.interfaces.schedule.BaseCronJob;
import java.time.LocalDate;
import java.util.Date;
/**
* 定时自动累计专项附加扣除
*/
@Slf4j
public class AutoAddAllSpecialAddDeductionJob extends BaseCronJob {

View File

@ -7,6 +7,14 @@ import org.springframework.util.StopWatch;
import weaver.hrm.User;
import weaver.interfaces.schedule.BaseCronJob;
/**
* 自动同步人员
* <p>Copyright: Copyright (c) 2022</p>
* <p>Company: 泛微软件</p>
*
* @author qiantao
* @version 1.0
**/
@Slf4j
public class SyncTaxAgentEmpJob extends BaseCronJob {