添加通过部门编号查询部门接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.system.pojo.constant;
|
||||
|
||||
/**
|
||||
* pqs
|
||||
*
|
||||
* @author cdf
|
||||
* @date 2022/11/23
|
||||
*/
|
||||
public interface DicDataConstant {
|
||||
|
||||
/*监测点类别*/
|
||||
String ONE_LINE = "One_Line";
|
||||
String TWO_LINE = "Two_Line";
|
||||
String THREE_LINE ="Three_Line";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user