package cn.autoform.factory.product.impl;
|
|
import cn.autoform.factory.product.ReplaceMethod;
|
import cn.autoform.fw.utility.ConstMap;
|
|
/**
|
* 主数据替换类
|
* @author yuezhw
|
*/
|
public class MasterDataReplaceMethodImpl implements ReplaceMethod{
|
|
@Override
|
public void ReplaceName() {
|
// TODO Auto-generated method stub
|
|
}
|
|
@Override
|
public String getReplaceMethodFlag() {
|
//主数据
|
return ConstMap.MASTERDATA;
|
}
|
|
}
|