Example #1
0
 //添加创作
 public static int addwri(Write write)
 {
     return(WriteService.addwri(write));
 }