Commit 0d7804b1 authored by 赵啸非's avatar 赵啸非

添加样表皮肤管理

parent d4a82cf9
...@@ -57,7 +57,7 @@ public class SampleBillController extends BaseCRUDJsonBodyMappingController<Samp ...@@ -57,7 +57,7 @@ public class SampleBillController extends BaseCRUDJsonBodyMappingController<Samp
@Override @Override
@UnAuth @UnAuth
public String save(SampleBillEntity entity) { public String save(@RequestBody SampleBillEntity entity) {
return super.save(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