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

com.founder.core.service.UdiService Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.core.service;

import com.baomidou.mybatisplus.extension.service.IService;
import com.founder.core.domain.GsUdi;
import com.founder.core.valid.ValidList;
import com.founder.core.vopackage.*;

public interface UdiService extends IService {

    /**
     * 查询所有通用档案产品
     * @return
     */
    VoBusinessResult listUdi();

    /**
     * 更新或保存通用档案产品
     * @param udiList
     * @return
     */
    VoBusinessResult updateUdi(ValidList udiList);

    /**
     * 删除通用档案产品
     * @param udi
     * @return
     */
    VoBusinessResult deleteUdi(VoGs1103Req udi);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy