6
jinlin
2023-12-03 c8d8a511f45c96ed3a5123a88e48de2ffdbf632a
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);
}