RemPartRelationConstants.java 225 Bytes
Newer Older
PWF-WK01\pengwufeng committed
1 2 3 4 5 6 7 8 9 10 11 12
package com.beecode.inz.message;

public interface RemPartRelationConstants {

	String PARTICIPATE_TYPE = "participateType";
	
	String PARTICIPATE_ID ="participateId";
	
	String REMIND_ID = "remindId";
	
	String ID = "id";
}