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

Merge remote-tracking branch 'origin/master'

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