ars.module.system.service.StandardAttachmentService Maven / Gradle / Ivy
package ars.module.system.service;
import ars.module.system.model.Attachment;
import ars.module.system.service.AbstractAttachmentService;
/**
* 附件业务操作标准实现
*
* @author yongqiangwu
*
*/
public class StandardAttachmentService extends AbstractAttachmentService {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy