package com.casic.missiles.servcie;

public interface MetaModuleService {

    Object getFieldByName(String tableName);

}
