Commit 59f206e0 authored by 赵啸非's avatar 赵啸非

修改热门词汇

parent 2ee7d2cc
Pipeline #2421 canceled with stages
package com.mortals.xhx.module.matter.web;
import com.mortals.framework.annotation.UnAuth;
import com.mortals.framework.web.BaseCRUDJsonBodyMappingController;
import com.mortals.xhx.base.system.param.service.ParamService;
import org.springframework.beans.factory.annotation.Autowired;
......@@ -46,5 +47,9 @@ public class MatterDatumPrintController extends BaseCRUDJsonBodyMappingControlle
super.init(model, context);
}
@Override
@UnAuth
public String save(MatterDatumPrintEntity entity) {
return super.save(entity);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment