You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					
					
						
							14 lines
						
					
					
						
							357 B
						
					
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							357 B
						
					
					
				package com.ynxbd.common.action;
 | 
						|
 | 
						|
import com.ynxbd.common.action.base.BaseAction;
 | 
						|
import org.apache.struts2.convention.annotation.Namespace;
 | 
						|
 | 
						|
/**
 | 
						|
 * @Author wsq
 | 
						|
 * @Date 2021/7/5 14:54
 | 
						|
 * @Copyright @ 2020 云南新八达科技有限公司 All rights reserved.
 | 
						|
 */
 | 
						|
@Namespace("/sysConfig")
 | 
						|
public class SysConfigAction extends BaseAction {
 | 
						|
 | 
						|
}
 | 
						|
 |