1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
package com.epmet.constant; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2020/11/10 5:18 下午 |
|||
*/ |
|||
public interface OrgInfoConstant { |
|||
|
|||
String AGENCY = "agency"; |
|||
|
|||
String GRID = "grid"; |
|||
|
|||
String DEPT = "dept"; |
|||
|
|||
} |
Loading…
Reference in new issue