修改模板

This commit is contained in:
huangdeliang
2020-09-23 20:07:36 +08:00
parent da4155f00d
commit 3deb40bac9
12 changed files with 87 additions and 65 deletions

View File

@ -7,7 +7,7 @@ import com.ruoyi.system.domain.SysOrder;
* 销售订单Mapper接口
*
* @author wonder
* @date 2020-09-22
* @date 2020-09-23
*/
public interface SysOrderMapper
{
@ -58,4 +58,4 @@ public interface SysOrderMapper
* @return 结果
*/
public int deleteSysOrderByIds(Long[] orderIds);
}
}