com.founder.core.domain.IeMsgSendStep Maven / Gradle / Ivy
package com.founder.core.domain;
import java.io.Serializable;
public class IeMsgSendStep implements Serializable {
public static String[] MSG_STATUS_ARR = new String[]{"SAVE","SEND","ACK","ACK_AA","ACK_AE","ERROR"};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy