mitao
1 天以前 bb5ce8ef60a63815f222716c40111bd045464689
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.system.constants;
 
/**
 * @author mitao
 * @date 2025/9/30
 */
public interface AssetDeptConstant {
    /**
     * 资产管理部名称,用于写死资产管理模块数据权限
     */
    String ASSET_DEPARTMENT_NAME = "资产管理部";
}