修改注释
parent
8f121ceb18
commit
91b43e33d5
|
@ -3,6 +3,7 @@ package com.wangziyang.mes.basedata.common.dto;
|
||||||
import com.wangziyang.mes.common.BaseEntity;
|
import com.wangziyang.mes.common.BaseEntity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @author wangziyang
|
||||||
* 基础数据通用查询复杂对象
|
* 基础数据通用查询复杂对象
|
||||||
*/
|
*/
|
||||||
public class CommonDto extends BaseEntity {
|
public class CommonDto extends BaseEntity {
|
||||||
|
|
|
@ -59,7 +59,7 @@ public interface TableNameDataService {
|
||||||
/**
|
/**
|
||||||
* 基础数据通用删除
|
* 基础数据通用删除
|
||||||
*
|
*
|
||||||
* @param request 请求数据
|
* @param commonDto 通用对象
|
||||||
* @throws Exception 异常
|
* @throws Exception 异常
|
||||||
*/
|
*/
|
||||||
void commonDelete(CommonDto commonDto) throws Exception;
|
void commonDelete(CommonDto commonDto) throws Exception;
|
||||||
|
|
Loading…
Reference in New Issue