xiaoyong931011
2021-11-17 8c77248b61fe4728eb98403035c1f81c3fe94087
1
2
3
4
5
6
7
8
9
package com.xzx.gc.util;
 
public class ValidateConfig {
    public interface ADD {
    }
 
    public interface UPDATE {
    }
}