io.vertx.tp.erp.cv.ErpMsg Maven / Gradle / Ivy
package io.vertx.tp.erp.cv;
public interface ErpMsg {
String COMPANY_INFO = "Company information get by employee id = {0}";
String DEPT_INFO = "Dept information get by employee sigma = {0}";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy