xiaoyong931011
2022-07-05 ed5b338a4ef3e95db7354ad3f3d65f8752b5915c
1
2
3
4
5
6
7
8
9
package com.xcong.farmer.cms.modules.system.service;
 
public interface IReleaseService {
 
 
    void releaseArticle(Long id);
 
    void releaseColumn(Long id, boolean article);
}