tech.deepdreams.worker.api.util.CommonCodes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worker-api Show documentation
Show all versions of worker-api Show documentation
Payroll Worker API project for Java 17
package tech.deepdreams.worker.api.util;
public interface CommonCodes {
public static final String CODE_YEARS_SENIORITY = "100" ;
public static final String CODE_REQUIRED_WORKING_HOURS = "105" ;
public static final String CODE_SMIG = "180" ;
}