地质所 沉降监测网建设项目
zmk
2024-07-03 f5ab1beef8bee453e6177e55fe7ecc2838f247e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.javaweb.platform.constant;
 
public class ApplyStatus {
    
    public static final String apply_approve="审核通过";
    
    public static final String apply_reject="驳回";
    
    public static final String  under_review="审核中";
    
    public static final int applyCount=10;
 
    
   
}