All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mg.common.metadata.service.MHistoryService Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.mg.common.metadata.service;

import java.util.Map;

/**
 * Created by liukefu on 2015/10/19.
 */
public interface MHistoryService {

    public boolean createHistory(String mObjectName,String propertyName,String historyPropertyName,Map param);

    public boolean createHistory(String mObjectName,String propertyName,String historyPropertyName,String startDatePropertyName,Map param);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy