package com.bsd.cases.service;
public interface CaseContentCommentsService<CaseContentComments> extends BaseService<CaseContentComments> {
}