Commit 50381bef authored by 张兴海's avatar 张兴海

Merge remote-tracking branch 'origin/master'

parents 68bf926b 0fa79b1d
...@@ -18,7 +18,7 @@ public class BizCreditReport extends ProcessEntity ...@@ -18,7 +18,7 @@ public class BizCreditReport extends ProcessEntity
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** 主键ID */ /** 主键ID */
private Long id; private Long id
/** 申请人ID */ /** 申请人ID */
@Excel(name = "申请人ID") @Excel(name = "申请人ID")
......
...@@ -21,7 +21,7 @@ import com.ruoyi.common.core.page.TableDataInfo; ...@@ -21,7 +21,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
* 规则详情Controller * 规则详情Controller
* *
* @author dongjg * @author dongjg
* @date 2023-07-12 * @date 2023-07-13
*/ */
@RestController @RestController
@RequestMapping("/system/suppliesroledetail") @RequestMapping("/system/suppliesroledetail")
......
...@@ -10,7 +10,7 @@ import com.ruoyi.system.domain.ActSuppliesRoleDetail; ...@@ -10,7 +10,7 @@ import com.ruoyi.system.domain.ActSuppliesRoleDetail;
* 规则详情Mapper接口 * 规则详情Mapper接口
* *
* @author dongjg * @author dongjg
* @date 2023-07-12 * @date 2023-07-13
*/ */
public interface ActSuppliesRoleDetailMapper public interface ActSuppliesRoleDetailMapper
{ {
......
...@@ -11,7 +11,7 @@ import com.ruoyi.system.domain.ActSuppliesRoleDetail; ...@@ -11,7 +11,7 @@ import com.ruoyi.system.domain.ActSuppliesRoleDetail;
* 规则详情Service接口 * 规则详情Service接口
* *
* @author dongjg * @author dongjg
* @date 2023-07-12 * @date 2023-07-13
*/ */
public interface IActSuppliesRoleDetailService public interface IActSuppliesRoleDetailService
{ {
......
...@@ -18,7 +18,7 @@ import com.ruoyi.system.service.IActSuppliesRoleDetailService; ...@@ -18,7 +18,7 @@ import com.ruoyi.system.service.IActSuppliesRoleDetailService;
* 规则详情Service业务层处理 * 规则详情Service业务层处理
* *
* @author dongjg * @author dongjg
* @date 2023-07-12 * @date 2023-07-13
*/ */
@Service @Service
public class ActSuppliesRoleDetailServiceImpl implements IActSuppliesRoleDetailService public class ActSuppliesRoleDetailServiceImpl implements IActSuppliesRoleDetailService
......
...@@ -219,6 +219,8 @@ export default { ...@@ -219,6 +219,8 @@ export default {
showSearch: true, showSearch: true,
// 总条数 // 总条数
total: 0, total: 0,
// 状态数据字典
statusOptions: [],
// Excel模板表格数据 // Excel模板表格数据
SuppliesTemplateList: [], SuppliesTemplateList: [],
//模板详情 //模板详情
......
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