cjl
2023-11-08 5c1d58556e9cd4c7603b5e16dc1640f61623af0b
screen-api/src/main/java/com/moral/api/service/AllocationService.java
@@ -133,5 +133,13 @@
     */
    void checkSmallRoutine(AllocationCheckCond checkCond);
    /**
     * 分享权限 1 可以看可以写  2.可以看不能写 3.都不能
     * @param allocationNum
     * @param userId
     * @return
     */
    Integer authority(String allocationNum,Integer userId);
}