审查视图

src/main/java/com/tianbo/warehouse/service/AttachmentService.java 170 字节
朱兆平 authored
1 2 3 4 5 6 7 8
package com.tianbo.warehouse.service;

import com.tianbo.warehouse.model.Attachment;

public interface AttachmentService {

    int insertSelective(Attachment record);
}