mitao
10 天以前 18ebe42d5e0b80c39c399090fbb8487559c4b99f
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 = "资产管理部";
}