MT2201Service.java
526 字节
package com.sunyo.wlpt.message.builder.service;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT2201;
import java.util.Map;
public interface MT2201Service {
int deleteByPrimaryKey(String uuid);
int insert(NMMS_CUSTOM_MT2201 record);
int insertSelective(NMMS_CUSTOM_MT2201 record);
NMMS_CUSTOM_MT2201 selectByPrimaryKey(String uuid);
int updateByPrimaryKeySelective(NMMS_CUSTOM_MT2201 record);
int updateByPrimaryKey(NMMS_CUSTOM_MT2201 record);
int creatMt2201(Map<String, Object> map);
}