AppConfigConst.cs 164 B

123456
  1. 
  2. public class AppConfigConst
  3. {
  4. public static string IMAGE_TARGET_FILE_PATH = ""; // 存放目录
  5. public static string IMAGE_TARGET_FILE_NAME = "XX";
  6. }