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

public interface SchePartRelationConstants {

	
	String PARTICIPATE_TYPE = "participateType";
	
	String PARTICIPATE_ID ="participateId";
	
	String SCHEDULE_ID = "scheduleId";
	
	String ID = "id";
	
}