修改注释

pull/1/head
wangziyangyang 2020-03-14 08:43:52 +08:00
parent 8f121ceb18
commit 91b43e33d5
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -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;