审查视图

src/main/java/com/sy/service/CommandInfoService.java 133 字节
1 2 3 4 5 6 7 8 9
package com.sy.service;


import com.sy.model.commandInfo;

public interface CommandInfoService {

    int save(commandInfo info);
}