package com.csc.library.timeattendance;

public interface AutoGenChangeShift {
	public void createChangeShift();
}