|
@@ -19,7 +19,7 @@ import java.util.Date;
|
|
|
*/
|
|
|
@HttpOpenApi(group = "admin.gubi.gubiPriceHis", description = "价格历史")
|
|
|
public interface IGubiPriceHisService{
|
|
|
- @HttpMethod(description = "新增", permission = "admin:gubi:gubiPriceHis:add", permissionParentName = "宠物管理", permissionName = "价格历史管理")
|
|
|
+ @HttpMethod(description = "新增")
|
|
|
public Boolean add(@NotNull @HttpParam(name = "gubiPriceHis", type = HttpParamType.COMMON, description = "价格历史") GubiPriceHis gubiPriceHis,
|
|
|
@HttpParam(name = "adminId", type = HttpParamType.ADMIN_ID, description = "adminId") Long adminId)throws ServiceException;
|
|
|
|