wente
2024-06-03 e2d963f6e794aed358bf569f0d98dd53da4781be
1
2
3
4
5
6
package com.zt.core.oss.service;
 
public interface ISysOssConfigService {
    void updateOss(Long busiId, com.zt.life.sys.dto.OssDto dto);
    com.zt.life.sys.dto.OssDto getOssByBusiType(Long busiId, String busiType);
}